MCPcopy Create free account
hub / github.com/MG-RAST/Shock / Reader

Struct Reader

shock-server/node/file/format/fasta/fasta.go:24–27  ·  view source on GitHub ↗

Fasta sequence format reader type.

Source from the content-addressed store, hash-verified

22
23// Fasta sequence format reader type.
24type Reader struct {
25 f file.SectionReader
26 r *bufio.Reader
27}
28
29// Returns a new fasta format reader using f.
30func NewReader(f file.SectionReader) seq.ReadRewinder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected