diff blast.py @ 12:da92fef90117 draft

Uploaded v0.0.20 with new citation information
author peterjc
date Wed, 25 Feb 2015 10:50:44 -0500
parents 939a600f45e9
children 623a3fbe5340
line wrap: on
line diff
--- a/blast.py	Wed Nov 26 06:54:23 2014 -0500
+++ b/blast.py	Wed Feb 25 10:50:44 2015 -0500
@@ -76,7 +76,6 @@
                 log.error("BLAST XML file %s missing" % f)
                 raise ValueError("BLAST XML file %s missing" % f)
             h = open(f)
-            body = False
             header = h.readline()
             if not header:
                 out.close()