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

Safe HaskellSafe
LanguageHaskell98

Data.Fasta.ByteString.Lazy.Utility

Description

Collects all helpful random functions.

Synopsis

Documentation

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

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