cobot-io-0.1.2.5: Biological data file formats and IO

Safe HaskellNone
LanguageHaskell2010

Bio.PDB.Reader

Documentation

fromTextPDB :: Text -> Either Text ([PDBWarnings], Either Text PDB) Source #

fromFilePDB :: MonadIO m => FilePath -> m (Either Text ([PDBWarnings], Either Text PDB)) Source #