enum Depth::Core::CoverageResult

Defined in:

depth/core/coverage_result.cr

Enum Members

ChromNotFound = -1
NoData = -2
AllChroms = -42

Instance Method Summary

Instance Method Detail

def all_chroms? #

Returns true if this enum value equals AllChroms


[View source]
def chrom_not_found? #

Returns true if this enum value equals ChromNotFound


[View source]
def no_data? #

Returns true if this enum value equals NoData


[View source]