htsjdk.samtools.util.htsget.HtsgetRequestField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of htsjdk Show documentation
Show all versions of htsjdk Show documentation
A Java API for high-throughput sequencing data (HTS) formats
package htsjdk.samtools.util.htsget;
/**
* 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 - 2024 Weber Informatics LLC | Privacy Policy