qual

package
v0.0.0-...-d334e18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2014 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QualReader

type QualReader struct {
	// contains filtered or unexported fields
}

func NewQualReader

func NewQualReader(reader *bufio.Reader) *QualReader

func (*QualReader) HasNext

func (s *QualReader) HasNext() bool

Returns whether or not there is another sequence to be grabbed. Used for iteration.

func (*QualReader) Next

func (s *QualReader) Next() (int, QualSeq)

Gets the next index and sequence when iterating

type QualSeq

type QualSeq struct {
	Header string // The sequence header
	Qual   string // The quality string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL