cobot-io-0.1.4.4: Biological data file formats and IO
Safe HaskellNone
LanguageHaskell2010

Bio.FASTA

Synopsis

Documentation

class WritableFastaToken a where Source #

Methods

tokenToString :: a -> String Source #

Instances

Instances details
WritableFastaToken Char Source # 
Instance details

Defined in Bio.FASTA.Writer

WritableFastaToken ModItem Source # 
Instance details

Defined in Bio.FASTA.Writer

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 :: ParsableFastaToken a => Parser (Fasta a) Source #

Parser of .fasta file.