@groovy.transform.CompileStatic @groovy.transform.ToString(includeNames: true, excludes: [stats]) class CoverageBlock extends java.lang.Object implements IRegion
A run of contiguous bases within a band of coverage depth (eg: a run of low coverage bases).
Note that the start and end values are inclusive. That is, each base including both start and end values is below coverage threshold.
Constructor and description |
---|
CoverageBlock
() |
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() |
Groovy Documentation