seq

package
v0.9.29 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2019 License: BSD-2-Clause Imports: 1 Imported by: 14

Documentation

Overview

Package contains interfaces for fasta & fastq & and multi packages

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadFormater

type ReadFormater interface {
	Read() (*Seq, error)
	Format(*Seq, io.Writer) (int, error)
}

type ReadRewinder

type ReadRewinder interface {
	Read() (*Seq, error)
	GetReadOffset() (int, error)
	SeekChunk(int64, bool) (int64, error)
	Rewind() error
}

type Reader

type Reader interface {
	Read() (*Seq, error)
	GetReadOffset() (int, error)
	SeekChunk(int64, bool) (int64, error)
}

type Seq

type Seq struct {
	ID   []byte
	Seq  []byte
	Qual []byte
}

func New

func New(id []byte, seq []byte, qual []byte) *Seq

Jump to

Keyboard shortcuts

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