# HG changeset patch # User bornea # Date 1470251754 14400 # Node ID abe608eb4aa4f31083324f725afe5c68e631e027 # Parent 7f22e53d50289facc6b4bad7682d2795c7ae73f2 Uploaded diff -r 7f22e53d5028 -r abe608eb4aa4 MergeFilesWrapper.py --- a/MergeFilesWrapper.py Wed Aug 03 15:14:31 2016 -0400 +++ b/MergeFilesWrapper.py Wed Aug 03 15:15:54 2016 -0400 @@ -8,4 +8,4 @@ outfile = sys.argv[5] # output filename ins_path = sys.argv[6] -cmd = r"python " + str(ins_path) + " " + str(infile1) + " " + str(infile2) + " " + str(infile3) + " " + str(baitfile) + " " str(outfile) +cmd = r"python " + str(ins_path) + " " + str(infile1) + " " + str(infile2) + " " + str(infile3) + " " + str(baitfile) + " " + str(outfile)