Documentation
¶
Index ¶
Constants ¶
View Source
const ( TrimAlignNW = iota TrimBKTrim TrimBKTrimPaired TrimSearch TrimMatch TrimQuality )
Variables ¶
This section is empty.
Functions ¶
func GetBarcodes ¶
Types ¶
type Clip ¶
type Clip struct {
// contains filtered or unexported fields
}
func (*Clip) IsThreadSafe ¶
type Demultiplex ¶
type Demultiplex struct {
Barcodes [][]byte
BarcodesID []int
// contains filtered or unexported fields
}
func NewDemultiplex ¶
func NewDemultiplex(data []byte) (*Demultiplex, error)
func (*Demultiplex) IsThreadSafe ¶
func (op *Demultiplex) IsThreadSafe() bool
func (*Demultiplex) Label ¶ added in v0.2.0
func (op *Demultiplex) Label() string
func (*Demultiplex) Name ¶
func (op *Demultiplex) Name() string
type Length ¶
type Length struct {
// contains filtered or unexported fields
}
func (*Length) IsThreadSafe ¶
type OpStat ¶
type OpStat struct {
OpsR1, OpsR2 map[string]map[string]uint64
KeptPair, TotalPair uint64
ReportPath, Label string
// contains filtered or unexported fields
}
type Operation ¶
type Quality ¶ added in v0.2.0
type Quality struct {
// contains filtered or unexported fields
}
func NewQuality ¶ added in v0.2.0
func NewQuality(data []byte, param param.Parameters) (*Quality, error)
func (*Quality) IsThreadSafe ¶ added in v0.2.0
type Random ¶
type Random struct {
// contains filtered or unexported fields
}
func (*Random) IsThreadSafe ¶
type Rename ¶
type Rename struct {
// contains filtered or unexported fields
}
func (*Rename) IsThreadSafe ¶
type Trim ¶
type Trim struct {
// contains filtered or unexported fields
}
func (*Trim) IsThreadSafe ¶
Click to show internal directories.
Click to hide internal directories.