Safe Haskell | None |
---|---|
Language | Haskell98 |
Bio.PDB.IO
Description
Simple input/output wrappers taking filenames, and handling compression.
- parse :: FilePath -> IO (Maybe Structure)
- write :: PDBWritable a => a -> FilePath -> IO ()
- class PDBWritable a
Documentation
class PDBWritable a Source #
Class generating events for PDB structure fragments.
Minimal complete definition
pdbEventS