[BioPython] GenBank writer?
Peter
biopython at maubp.freeserve.co.uk
Tue Mar 4 09:30:21 UTC 2008
On Tue, Mar 4, 2008 at 2:07 AM, Iddo Friedberg <idoerg at gmail.com> wrote:
> Hi all,
>
> Does biopython have a GenBank writer? SeqIO does not seem to have that.
>
> Forgive the basic question. I'm a structure person lately turned sequence
> analyzer....
>
> Iddo
I've got bits of one for SeqIO, unfinished. There are a lot of tricky
little problems when trying to write a SeqRecord which didn't
originally come from a GenBank or EMBL file - e.g. identifiers that
are too long. I do still want to finish this, and I should have more
free time in a couple of months.
You could try using the GenBank Record objects (not SeqRecord
objects), and writing them to file.
Peter
More information about the Biopython
mailing list