changeset 11:4882e93ede2d draft

Uploaded
author bornea
date Wed, 03 Aug 2016 15:24:01 -0400
parents 90045bffffaa
children 0e055df46eb0
files MergeFilesWrapper.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MergeFilesWrapper.py	Wed Aug 03 15:22:44 2016 -0400
+++ b/MergeFilesWrapper.py	Wed Aug 03 15:24:01 2016 -0400
@@ -9,3 +9,4 @@
 ins_path = sys.argv[6]
 
 cmd = r"python " + str(ins_path) + " " + str(infile1) + " " + str(infile2) + " " + str(infile3) + " " + str(baitfile) + " " + str(outfile)
+os.system(cmd)
\ No newline at end of file