# HG changeset patch # User bornea # Date 1448036077 18000 # Node ID e992232032ae023e36a112f348589f96f9e4c6c3 # Parent b11a6884496e918d42ddfa5e4bccce16bfba254f Uploaded diff -r b11a6884496e -r e992232032ae Bubblebeam_For_SAINT_wrapper.py --- a/Bubblebeam_For_SAINT_wrapper.py Fri Nov 20 11:10:22 2015 -0500 +++ b/Bubblebeam_For_SAINT_wrapper.py Fri Nov 20 11:14:37 2015 -0500 @@ -30,7 +30,7 @@ elif label == "true": label = "TRUE" -cmd = r"Rscript "+ str(ins_path) + r"/bubbles_v9_NSAF_natural_log.R " + str(list_file) + r" " + str(prey_file) + r" " + str(crapome) + r" " + str(color) + r" " + str(label) + r" " + str(cutoff) + r" " + str(mq_sc) + r" " + str(inc_file) + r" " + str(exc_file) +cmd = str(ins_path) +r"/Rscript "+ str(ins_path) + r"/bubbles_v9_NSAF_natural_log.R " + str(list_file) + r" " + str(prey_file) + r" " + str(crapome) + r" " + str(color) + r" " + str(label) + r" " + str(cutoff) + r" " + str(mq_sc) + r" " + str(inc_file) + r" " + str(exc_file) os.system(cmd) time.sleep(3)