cobot-io-0.1.2.1: Biological data file formats and IO
Bio.FASTA
module Bio.FASTA.Type
fromFile :: MonadIO m => FilePath -> m (Fasta Char) Source #
Reads FastaSequence from given file.
FastaSequence
toFile :: MonadIO m => Fasta Char -> FilePath -> m () Source #
Writes FastaSequence to file.
fastaP :: Parser (Fasta Char) Source #
Parser of .fasta file.