# HG changeset patch # User bornea # Date 1488488587 18000 # Node ID 211fd8ae6edc618b3df2eaad868475e0a7222151 # Parent 4ea4e1ea75b5b9b6e5c045496511fbd4a149171b Uploaded 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