Mercurial > repos > bornea > saint_preprocessing
changeset 70:71e47a3e1bf5 draft
Uploaded
author | bornea |
---|---|
date | Sat, 27 Aug 2016 23:11:16 -0400 |
parents | f6fbe5d6a94f |
children | f6d916d1d304 |
files | mzID_process2.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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