All Downloads are FREE. Search and download functionalities are using the official Maven repository.

picard.metrics.MultilevelMetrics Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package picard.metrics;


import htsjdk.samtools.metrics.MetricBase;

public class MultilevelMetrics extends MetricBase {
     /** The sample to which these metrics apply.  If null, it means they apply
     * to all reads in the file. */
    public String SAMPLE;

    /** The library to which these metrics apply.  If null, it means that the
     * metrics were accumulated at the sample level. */
    public String LIBRARY = null;

    /** The read group to which these metrics apply.  If null, it means that
     * the metrics were accumulated at the library or sample level.*/
    public String READ_GROUP = null;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy