Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- modelsFromPDBText :: Text -> Either Text ([PDBWarnings], Vector Model)
- modelsToPDBText :: Vector Model -> Text
- modelsFromPDBFile :: MonadIO m => FilePath -> m (Either Text ([PDBWarnings], Vector Model))
- modelsToPDBFile :: MonadIO m => Vector Model -> FilePath -> m ()
Documentation
modelsFromPDBText :: Text -> Either Text ([PDBWarnings], Vector Model) Source #
modelsToPDBText :: Vector Model -> Text Source #
Converts models to their Text
representation as PDB.
modelsFromPDBFile :: MonadIO m => FilePath -> m (Either Text ([PDBWarnings], Vector Model)) Source #
modelsToPDBFile :: MonadIO m => Vector Model -> FilePath -> m () Source #
Writes models to the given path as PDB.