changeset 71:f6d916d1d304 draft

Uploaded
author bornea
date Sat, 27 Aug 2016 23:22:20 -0400
parents 71e47a3e1bf5
children 5ec0b997fb13
files mzID_process2.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: