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

org.broadinstitute.hellbender.tools.htsgetreader.HtsgetRequestField Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.hellbender.tools.htsgetreader;

/**
 * Fields which can be used to filter a htsget request as defined by the spec
 */
public enum HtsgetRequestField {
    QNAME,
    FLAG,
    RNAME,
    POS,
    MAPQ,
    CIGAR,
    RNEXT,
    PNEXT,
    TLEN,
    SEQ,
    QUAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy