seqio

package
v0.0.0-...-25502c3 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2012 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Packages for reading and writing sequence files

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	Read() (seq.Sequence, error)
}

type Sequence

type Sequence interface {
	seq.Polymer
	seq.Sequence
}

A Sequence is a generic sequence type.

type SequenceAppender

type SequenceAppender interface {
	seq.Appender
	Sequence
}

A SequenceAppender is a generic sequence type that can append elements.

type Writer

type Writer interface {
	Write(Sequence) (int, error)
}

Directories

Path Synopsis
Package to read and write FASTA format files
Package to read and write FASTA format files
Package to read and write FASTQ format files
Package to read and write FASTQ format files

Jump to

Keyboard shortcuts

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