Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CHROMOSOME_LENGTHS = [25]uint64{248956422, 242193529, 198295559, 190214555, 181538259,
170805979, 159345973, 145138636, 138394717, 133797422,
135086622, 133275309, 114364328, 107043718, 101991189,
90338345, 83257441, 80373285, 58617616, 64444167,
46709983, 50818468, 156040895, 57227415, 16569}
)
Hardcoded chromosome lengths for GRCh38 - hg38 https://www.ncbi.nlm.nih.gov/grc/human/data
Functions ¶
func ChromosomeIndex ¶
ChromosomeIndex returns an index used for sorting the chromosomes based on karyotypic order https://stackoverflow.com/questions/46789259/map-vs-switch-performance-in-go
func SHA256FileHash ¶
SHA256FileHash returns the SHA256 hash of the specified file
Types ¶
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
func NewSpinner ¶
func (*Spinner) StopDuration ¶
func (s *Spinner) StopDuration()
Click to show internal directories.
Click to hide internal directories.