Previous changeset 77:4ea4e1ea75b5 (2017-03-02) Next changeset 79:a51c0e6d7d99 (2017-05-05) |
Commit message:
Uploaded |
modified:
mzID_process2.py |
b |
diff -r 4ea4e1ea75b5 -r 211fd8ae6edc mzID_process2.py --- a/mzID_process2.py Thu Mar 02 16:02:22 2017 -0500 +++ b/mzID_process2.py Thu Mar 02 16:03:07 2017 -0500 |
[ |
@@ -142,7 +142,7 @@ bait_out = sys.argv[9] inter_out = sys.argv[10] -def bait_create(baits, infile): +def bait_create(baits): # Verifies the Baits are valid in the Scaffold file and writes the Bait.txt. baits = make_bait.split() i = 0 |