fasta-0.10.3.0: A simple, mindless parser for fasta files.

Safe HaskellSafe
LanguageHaskell98

Data.Fasta.Text.Lazy.Utility

Description

Collects all helpful random functions.

Synopsis

Documentation

getField :: Int -> Char -> FastaSequence -> Text Source #

Gets a 1 indexed field from the header of a fasta sequence using a certain delimiter.