[Biopython-dev] [Bug 1437] New: Parse Error in NCBIStandalone.py
bugzilla-daemon at cvs.open-bio.org
bugzilla-daemon at cvs.open-bio.org
Tue Apr 29 15:24:58 EDT 2003
http://bugzilla.bioperl.org/show_bug.cgi?id=1437
Summary: Parse Error in NCBIStandalone.py
Product: Biopython
Version: 1.10
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: gckettle at cs.uchicago.edu
The blast parser will return an inaccurate query length if it is long enough to
include a comma.
It looks like _HeaderConsumer.query_info() should be using something like
r"([0-9,]+) letters"
not
r"(\d+) letters"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list