package
0.15.5
Repository: https://github.com/open-science-global/poly.git
Documentation: pkg.go.dev

# Functions

Build writes a Fasta struct to a string.
Parse parses a given Fasta file into an array of Fasta structs.
ParseConcurrent concurrently parses a given Fasta file in an io.Reader into a channel of Fasta structs.
Read reads a file into an array of Fasta structs.
ReadConcurrent concurrently reads a flat Fasta file into a Fasta channel.
ReadGz reads a gzipped file into an array of Fasta structs.
ReadGzConcurrent concurrently reads a gzipped Fasta file into a Fasta channel.
Write writes a string to a file.

# Structs

Fasta is a struct representing a single Fasta file element with a Name and its corresponding Sequence.