Package | Description |
---|---|
htsjdk.samtools.metrics |
Modifier and Type | Class and Description |
---|---|
class |
StringHeader
A simple header who's data type is a single String.
|
class |
VersionHeader
Header that stores information about the version of some piece of software or
data used to create the metrics file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Header> |
MetricsFile.getHeaders()
Returns the list of headers.
|
java.util.List<Header> |
MetricsFile.getHeaders(java.lang.Class<? extends Header> type)
Returns the list of headers with the specified type.
|
static java.util.List<Header> |
MetricsFile.readHeaders(java.io.File file)
Method to read the header from a metrics file.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsFile.addHeader(Header h)
Adds a header to the collection of metrics.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Header> |
MetricsFile.getHeaders(java.lang.Class<? extends Header> type)
Returns the list of headers with the specified type.
|