modify-fasta-0.8.3.0: Modify fasta (and CLIP) files in several optional ways

Safe HaskellNone
LanguageHaskell98

Utility

Synopsis

Documentation

addLengthHeader :: FastaSequence -> FastaSequence Source #

Adds the length of a sequence to the header of that sequence

addMutationsHeader :: Bool -> Field -> FastaSequence -> FastaSequence Source #

Adds the mutations of a sequence to the header of that sequence

addFillerGermlines :: [FastaSequence] -> CloneMap Source #

Adds filler germlines to normal fasta files

replaceChars :: Char -> Text -> Text -> Text Source #

Replace characters in the first string with another in the second string if they are equal to a certain character and they aren't replaced with a gap.

fromEither :: Either Text b -> b Source #

Error for left