File: __init__.py

package info (click to toggle)
python-biopython 1.42-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,584 kB
  • ctags: 12,272
  • sloc: python: 80,461; xml: 13,834; ansic: 7,902; cpp: 1,855; sql: 1,144; makefile: 203
file content (9 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""Sequence input/output designed to look similar to the bioperl design.

At present, these are all hand written.  I would like to have
autogenerated parsers in the futures, esp. with the ability to parse
only subsets of the data, and to support event generated parsers.

Note that once a parser is given an input string, it is free to read
as much of the data as it wants to read, unless otherwise mentioned.
"""