[BioPython] Cannot parse GenBank file

Ezequiel Panepucci ezequiel.panepucci at psi.ch
Tue Jun 5 14:02:10 UTC 2007


>     genbank entry = parser.parse(fhandle)

there is a space character between "genbank" and "entry".
It is a syntax error.
I suppose you meant "genbank_entry" ?

cheers,
   Zac



More information about the Biopython mailing list