Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.54 KB

readme.md

File metadata and controls

15 lines (10 loc) · 1.54 KB

data.uniprot

An ADT and flat-file parser for UniProt entries. Reasonably fast and with minimal memory overhead, designed for one-entry-at-a-time processing.

Missing features

  • No support for any of the reference lines; parsers will jsut skip them.
  • Some extra information part of some database cross-references is not parsed
  • The model for feature types is a bit primitive, lacking type-specific information
  • The OG, OX lines are not parsed; see #9 and #10