Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
static QualityEncodingDetector.FileContext |
QualityEncodingDetector.FileContext.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QualityEncodingDetector.FileContext[] |
QualityEncodingDetector.FileContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FastqQualityFormat |
QualityEncodingDetector.generateBestGuess(QualityEncodingDetector.FileContext context,
FastqQualityFormat expectedQuality)
Make the best guess at the quality format.
|