[Biopython-dev] EMBL parser
Jeffrey Chang
jchang at jeffchang.com
Wed Jul 23 11:44:42 EDT 2003
It is a Martel expression, so the functions are in the Martel package.
The file just contains a description of the EMBL format, which Martel
uses to construct a parser. There's a "format" variable in the module
that you can use to create the parser in the usual Martel way:
parser = embl65.format.make_parser()
parser.setContentHandler(saxutils.XMLGenerator())
parser.parseFile(open(FILENAME))
Jeff
On Wednesday, July 23, 2003, at 07:38 AM, Yair Benita wrote:
> I was wondering why the EMBL parser is in the expression module and
> not in a
> separate EMBL module which allows to parse records. It is also strange
> as it
> does not have any functions. How is this module used to parse EMBL
> records?
>
> Yair
> --
> Yair Benita
> Pharmaceutical Proteomics
> Utrecht University
>
> _______________________________________________
> Biopython-dev mailing list
> Biopython-dev at biopython.org
> http://biopython.org/mailman/listinfo/biopython-dev
More information about the Biopython-dev
mailing list