@groovy.transform.CompileStatic class GenomeInfo extends java.lang.Object
Static constant information about various genomes used to enable auto-sniffing etc
Constructor and description |
---|
GenomeInfo
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.Integer |
humanGenomeCoordinateVersion(java.util.Map<java.lang.String, java.lang.Integer> contigSizes)
|
|
static java.lang.String |
sniffGenomeBuild(java.util.Map<java.lang.String, java.lang.Integer> contigSizes) Infers the identity of the genome build used based on given contig sizes. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Infers the identity of the genome build used based on given contig sizes.
Groovy Documentation