Package | Description |
---|---|
htsjdk.samtools | |
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
void |
SAMFileWriter.setProgressLogger(ProgressLoggerInterface progress)
Sets a ProgressLogger on this writer.
|
void |
SAMFileWriterImpl.setProgressLogger(ProgressLoggerInterface progress)
Sets the progress logger used by this implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgressLogger
Abstract implementation of a Little progress logging class to facilitate consistent output of useful information when progressing
through a stream of SAM records.
|
class |
ProgressLogger
Little progress logging class to facilitate consistent output of useful information when progressing
through a stream of SAM records.
|