Module: genbank_format | Bio/GenBank/genbank_format.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
Martel based parser to read GenBank formatted files. This is a huge regular regular expression for GenBank, built using
the Notes: Just so I remember -- the new end of line syntax is: New regexp syntax - \R \R means "\n|\r\n?" [\R] means "[\n\r]" This helps us have endlines be consistent across platforms. Documentation for GenBank format that I found:
|