[Biopython] SFF parser

Peter biopython at maubp.freeserve.co.uk
Sat Mar 6 00:12:34 UTC 2010


2010/3/5 Daniel Silvestre <daniel at dim.fm.usp.br>:
> Hi biopythonists,
>
> Anyone has information about the status of the future SFF parser?
>
> Att.
> Daniel

Hi Daniel,

The code was recently merged into the master branch and will
be included with our next release (Biopython 1.54). There has
been discussion and some useful feedback already on the dev
mailing list - more would be great.

If you are happy to install from source, you can try it out now.
The latest version of the tutorial (with the source code, not yet
published) has a brief example in the cookbook chapter, but
the module docstrings are quite extensive. Once installed, try:

from Bio.SeqIO import SffIO
help(SffIO)

Or, just had a read of the code online on github or here:
http://biopython.org/SRC/biopython/Bio/SeqIO/SffIO.py

Peter

P.S. The vcard attachment on your email (file daniel.vcf)
seems to mean your emails get held in the moderation queue.



More information about the Biopython mailing list