Previous changeset 70:71e47a3e1bf5 (2016-08-27) Next changeset 72:5ec0b997fb13 (2016-08-27) |
Commit message:
Uploaded |
modified:
mzID_process2.py |
b |
diff -r 71e47a3e1bf5 -r f6d916d1d304 mzID_process2.py --- a/mzID_process2.py Sat Aug 27 23:11:16 2016 -0400 +++ b/mzID_process2.py Sat Aug 27 23:22:20 2016 -0400 |
[ |
@@ -184,7 +184,9 @@ os.system(cmd) mzIdentML = read_tab("flat_mzIdentML.txt") inter = inter + make_inter(mzIdentML,bait[cnt][0],bait[cnt][1]).inter + print inter accessions.append(make_inter(mzIdentML,bait[cnt][0],bait[cnt][1]).accessions) + print accessions cnt+=1 with open("inter.txt","w") as x: |