diff mzID_process2.py @ 67:b8169cc0b860 draft

Uploaded
author bornea
date Sat, 27 Aug 2016 22:40:09 -0400
parents a551998e1068
children a48ac530e4fe
line wrap: on
line diff
--- a/mzID_process2.py	Sat Aug 27 22:14:02 2016 -0400
+++ b/mzID_process2.py	Sat Aug 27 22:40:09 2016 -0400
@@ -167,7 +167,7 @@
     bait_create(make_bait, infile)
     bait = "bait.txt"
 else:
-    bait_temp_file = open(sys.argv[9], 'r')
+    bait_temp_file = open(sys.argv[2], 'r')
     bait_cache = bait_temp_file.readlines()
     bait_file_tmp = open("bait.txt", "wr")
     for cache_line in bait_cache: