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

Safe HaskellNone
LanguageHaskell2010

Bio.FASTA

Synopsis

Documentation

fromFile :: (MonadFail m, MonadIO m) => FilePath -> m (Fasta Char) Source #

Reads FastaSequence from given file.

toFile :: MonadIO m => Fasta Char -> FilePath -> m () Source #

Writes FastaSequence to file.

fastaP :: Parser (Fasta Char) Source #

Parser of .fasta file.