Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AZqseqid = func(c1, c2 *row) bool {
return c1.Qseqid <= c2.Qseqid
}
Closures that order the Change structure.
View Source
var AZsseqid = func(c1, c2 *row) bool {
return c1.Sseqid <= c2.Sseqid
}
View Source
var IncEvalue = func(c1, c2 *row) bool {
return c1.Evalue < c2.Evalue
}
View Source
var IncSstart = func(c1, c2 *row) bool {
return c1.Sstart < c2.Sstart
}
View Source
var Length = func(c1, c2 *row) bool {
return c1.Length > c2.Length
}
View Source
var Pident = func(c1, c2 *row) bool {
return c1.Pident > c2.Pident
}
View Source
var Qcovhsp = func(c1, c2 *row) bool {
return c1.Qcovhsp > c2.Qcovhsp
}
Functions ¶
func ExtractBest ¶
Types ¶
type Duplicated ¶
type Duplicated [][]*row
func (Duplicated) PrintDup ¶
func (d Duplicated) PrintDup()
func (Duplicated) Write ¶
func (d Duplicated) Write(dir, o string) error
Click to show internal directories.
Click to hide internal directories.