Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastaReader ¶
type FastaReader struct {
// contains filtered or unexported fields
}
func NewFastaReader ¶
func NewFastaReader(reader *bufio.Reader) *FastaReader
func (*FastaReader) HasNext ¶
func (f *FastaReader) HasNext() bool
Returns whether or not there is another sequence to be grabbed. Used for iteration.
func (*FastaReader) Next ¶
func (f *FastaReader) Next() (int, FastaSeq)
Gets the next index and sequence when iterating
Click to show internal directories.
Click to hide internal directories.