Skip to content

bio4j/data.uniprot

Repository files navigation

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