Documentation ¶
Overview ¶
Package to read and write FASTQ format files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
Fastq sequence format reader type.
func NewReaderName ¶
Returns a new fastq format reader using a filename.
type Writer ¶
type Writer struct { Encoding seq.Encoding QID bool // Include ID on +lines // contains filtered or unexported fields }
Fastq sequence format writer type.
func NewWriter ¶
func NewWriter(f io.WriteCloser) *Writer
Returns a new fastq format writer using w.
func NewWriterName ¶
Returns a new fastq format writer using a filename, truncating any existing file. If appending is required use NewWriter and os.OpenFile.
Click to show internal directories.
Click to hide internal directories.