Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
long |
QualityEncodingDetector.add(long maxRecords,
FastqReader... readers)
Adds the provided reader's records to the detector.
|
static FastqQualityFormat |
QualityEncodingDetector.detect(FastqReader... readers) |
static FastqQualityFormat |
QualityEncodingDetector.detect(long maxRecords,
FastqReader... readers)
Reads through the records in the provided fastq reader and uses their quality scores to determine the quality
format used in the fastq.
|