hPDB-0.99: Parser, print and manipulate structures in PDB file format.

Safe HaskellNone

Bio.PDB.StructureBuilder

Synopsis

Documentation

parse :: ByteString -> ByteString -> (Structure, List PDBEvent)Source

Given filename, and contents, parses a whole PDB file, returning a monadic action | with a tuple of (Structure, [PDBEvent]), where the list of events contains all | parsing or construction errors.