elynx-seq-0.1.0: Handle molecular sequences

Copyright(c) Dominik Schrempf 2018
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Export.Sequence.Fasta

Description

Write FASTA files.

NCBI file specifications.

Synopsis

Documentation

sequenceToFasta :: Sequence -> ByteString Source #

Convert a Sequence to Fasta format.

sequencesToFasta :: [Sequence] -> ByteString Source #

Convert a list Sequences to Fasta format. A newline is added between any two Sequences.