Hi all,
I am trying to parse a GenBank file (accession number: NT_005403) downloaded from NCBI. Using SequenceIterator to get the nextSequence gives the following output:
This line could not be parsed: aa:OTHER)
This line could not be parsed: aa:OTHER)
This line could not be parsed: aa:OTHER)
The problem is the sequenceIterator ignores all the data below that "aa:OTHER" line. In other word, if the error "This line could not be parsed: aa:OTHER)" happens at line 190 of that GenBank file, the return Sequence object doesn't have information about lines after 190 of that GenBank file. How can I get information after that "aa:OTHER" line?
Your help is highly appreciated.
Thanks,
Ying
_______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
