Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Functions for parsing Stockholm alignments
- readExistingStockholm :: String -> IO (Either String [StockholmAlignment])
- parseStockholm :: String -> Either ParseError [StockholmAlignment]
- readStockholm :: String -> IO (Either ParseError [StockholmAlignment])
- module Bio.StockholmData
Documentation
readExistingStockholm :: String -> IO (Either String [StockholmAlignment]) Source #
parseStockholm :: String -> Either ParseError [StockholmAlignment] Source #
parse
readStockholm :: String -> IO (Either ParseError [StockholmAlignment]) Source #
parse StockholmAlignment from input filePath
module Bio.StockholmData