diff bin/SeqSero2_package.py @ 12:08832c0d3cbd draft

planemo upload commit 70dc513aa7d7ac6785847dfd86323687613b6b68-dirty
author cstrittmatter
date Fri, 15 May 2020 10:19:08 -0400
parents e6437d423693
children
line wrap: on
line diff
--- a/bin/SeqSero2_package.py	Fri May 01 13:58:10 2020 -0400
+++ b/bin/SeqSero2_package.py	Fri May 15 10:19:08 2020 -0400
@@ -509,6 +509,7 @@
   #used to do seqsero xml analysis
   from Bio.Blast import NCBIXML
   handle=open(xmlfile)
+  print(handle)
   handle=NCBIXML.parse(handle)
   handle=list(handle)
   List=[]