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

Safe HaskellNone

Bio.PDB.IO

Synopsis

Documentation

parse :: String -> IO (Maybe Structure)Source

write :: Structure -> String -> IO ()Source

Write structure to a .pdb file. (NOT YET IMPLEMENTED)