<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>nebgb</name>
<shortdesc>Genbank file parser.</shortdesc>
<description>Usage:

    &gt;&gt;&gt; import nebgb
    &gt;&gt;&gt; rec = nebgb.parse_file("./test/data/simple-1.gb").next()
    &gt;&gt;&gt; rec.locus["name"]
    'NP_034640'
    &gt;&gt;&gt; rec.locus["length"]
    182
    &gt;&gt;&gt; rec.keywords["source"]["name"]
    'house mouse'
    &gt;&gt;&gt; rec.features[1]["properties"]["product"]
    'interferon beta, fibroblast'
    &gt;&gt;&gt; for seq in rec.seqiter:
    ...    print seq
    mnnrwilhaafllcfsttalsinykqlqlqertnirkcqelleqlngkinltyradfkip
    memtekmqksytafaiqemlqnvflvfrnnfsstgwnetivvrlldelhqqtvflktvle
    ekqeerltwemsstalhlksyywrvqrylklmkynsyawmvvraeifrnfliirrltrnf
    qn


Alternatively you can use `nebgb.parse()` to parse a string or iterator that
yields lines of a Genbank file.</description>
<homepage rdf:resource="http://github.com/davisp/nebgb" />
<maintainer><foaf:Person><foaf:name>Paul Joseph Davis</foaf:name>
<foaf:mbox_sha1sum>98f1b4245aaaa481ace95724fe071af60d88ab34</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.0.1</revision></Version></release>
</Project></rdf:RDF>