Mercurial > repos > bornea > merge_scaffold
changeset 9:abe608eb4aa4 draft
Uploaded
author | bornea |
---|---|
date | Wed, 03 Aug 2016 15:15:54 -0400 |
parents | 7f22e53d5028 |
children | 90045bffffaa |
files | MergeFilesWrapper.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)