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

Struct Reader

shock-server/node/file/format/fastq/fastq.go:26–29  ·  view source on GitHub ↗

Fastq sequence format reader type.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected