Previous changeset 69:f6fbe5d6a94f (2016-08-27) Next changeset 71:f6d916d1d304 (2016-08-27) |
Commit message:
Uploaded |
modified:
mzID_process2.py |
b |
diff -r f6fbe5d6a94f -r 71e47a3e1bf5 mzID_process2.py --- a/mzID_process2.py Sat Aug 27 23:03:44 2016 -0400 +++ b/mzID_process2.py Sat Aug 27 23:11:16 2016 -0400 |
[ |
@@ -207,7 +207,7 @@ with open("prey.txt","w") as x: x.write(prey) -os.rename("bait.txt", sys.argv[2]) -os.rename("inter.txt", sys.argv[10]) +os.rename("bait.txt", bait_out) +os.rename("inter.txt", inter_out) if str(prey_file) != "None": - os.rename("prey.txt", sys.argv[11]) \ No newline at end of file + os.rename("prey.txt", prey_file) \ No newline at end of file |