cobot-io-0.1.5.1: Biological data file formats and IO
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bio.FASTA

Synopsis

Documentation

class WritableFastaToken a where Source #

Methods

tokenToString :: a -> String Source #

Instances

Instances details
WritableFastaToken ModItem Source # 
Instance details

Defined in Bio.FASTA.Writer

WritableFastaToken Char 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.