You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In parsers.parse_blast_xml(), the sequence identifier is implicitly expected to conform to the format: accession_id protein_name description. A sequence identifier with no spaces will throw an uncaught IndexError. However, this is not a bug, just an undocumented requirement, since CSVWriter also requires these fields to have been parsed correctly.
The text was updated successfully, but these errors were encountered:
In
parsers.parse_blast_xml()
, the sequence identifier is implicitly expected to conform to the format:accession_id protein_name description
. A sequence identifier with no spaces will throw an uncaughtIndexError
. However, this is not a bug, just an undocumented requirement, sinceCSVWriter
also requires these fields to have been parsed correctly.The text was updated successfully, but these errors were encountered: