First page Back Continue Last page Summary Graphic
Roll one by hand
Most formats store a lot of different data
- 8,500 lines in PDB 2.1 definition & 45 record types
Rarely need to parse all the fields
- Structure visualization programs only use 5
- Sequence extraction uses 1
- Database cross referencing uses 2
So people write parser to get what's needed and ignore the rest
Notes: