Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Write FASTA files.
Synopsis
- sequenceToFasta :: Sequence -> ByteString
- sequencesToFasta :: [Sequence] -> ByteString
Documentation
sequenceToFasta :: Sequence -> ByteString Source #
Convert a Sequence
to Fasta format.
sequencesToFasta :: [Sequence] -> ByteString Source #