file

package
v0.0.0-...-27e8010 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2013 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Name         string            `bson:"name" json:"name"`
	Size         int64             `bson:"size" json:"size"`
	Checksum     map[string]string `bson:"checksum" json:"checksum"`
	Format       string            `bson:"format" json:"format"`
	Path         string            `bson:"path" json:"-"`
	Virtual      bool              `bson:"virtual" json:"virtual"`
	VirtualParts []string          `bson:"virtual_parts" json:"virtual_parts"`
}

type ReaderAt

type ReaderAt interface {
	io.Reader
	io.ReaderAt
	Stat() (os.FileInfo, error)
}

func MultiReaderAt

func MultiReaderAt(readers ...ReaderAt) ReaderAt

MultiReader returns a Reader that's the logical concatenation of the provided input readers. They're read sequentially. Once all inputs are drained, Read will return EOF.

type SectionReader

type SectionReader interface {
	io.Reader
	io.ReaderAt
}

Directories

Path Synopsis
format
fasta
Package to read and write FASTA format files
Package to read and write FASTA format files
fastq
Package to read and write FASTQ format files
Package to read and write FASTQ format files
sam
Package to read and write SAM format files
Package to read and write SAM format files
seq

Jump to

Keyboard shortcuts

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