hPDB-0.999: Protein Databank file format library

Safe HaskellNone

Bio.PDB.StructureBuilder

Synopsis

Documentation

parse :: [Char] -> 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. parse :: (State.MonadState BState m) => FilePath -> String -> m (Structure, [PDBEvent])