comparison MergeFilesWrapper.py @ 11:4882e93ede2d draft

Uploaded
author bornea
date Wed, 03 Aug 2016 15:24:01 -0400
parents abe608eb4aa4
children
comparison
equal deleted inserted replaced
10:90045bffffaa 11:4882e93ede2d
7 baitfile = sys.argv[4] # Bait file -- filename 7 baitfile = sys.argv[4] # Bait file -- filename
8 outfile = sys.argv[5] # output filename 8 outfile = sys.argv[5] # output filename
9 ins_path = sys.argv[6] 9 ins_path = sys.argv[6]
10 10
11 cmd = r"python " + str(ins_path) + " " + str(infile1) + " " + str(infile2) + " " + str(infile3) + " " + str(baitfile) + " " + str(outfile) 11 cmd = r"python " + str(ins_path) + " " + str(infile1) + " " + str(infile2) + " " + str(infile3) + " " + str(baitfile) + " " + str(outfile)
12 os.system(cmd)