Documentation ¶
Overview ¶
Package fasta decodes and encodes fasta files.
This package uses the format described in: https://en.wikipedia.org/wiki/FASTA_format
This package does not validate sequence characters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fasta ¶
Fasta is a single sequence in a fasta file.
func (*Fasta) MarshalText ¶ added in v0.1.17
MarshalText returns the textual representation of f in fasta format. Includes a trailing new line. Always includes a name line, even for empty names. Sequence gets broken down into lines of length 80.
Click to show internal directories.
Click to hide internal directories.