diff blast.py @ 10:5482a8cd0f36 draft

Uploaded v0.0.20 with new citation information
author peterjc
date Wed, 25 Feb 2015 10:52:35 -0500
parents 2bda64d39931
children
line wrap: on
line diff
--- a/blast.py	Wed Nov 26 06:55:48 2014 -0500
+++ b/blast.py	Wed Feb 25 10:52:35 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()