Copyright | (c) HyraxBio 2018 |
---|---|
License | BSD3 |
Maintainer | andre@hyraxbio.co.za, andre@andrevdm.com |
Stability | beta |
Safe Haskell | Safe |
Language | Haskell2010 |
Functionality for reading FASTA files
Documentation
FASTA data
parseFasta :: Text -> Either Text [Fasta] Source #
Parse the data for a single FASTA into a list of Fasta
values.
Single and multi-line FASTAs are supported.
Used by Hyrax.Abif.Generate to read weighted-FASTAs