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

htsjdk.samtools.util.htsget.HtsgetFormat Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package htsjdk.samtools.util.htsget;

/**
 * Formats currently supported by htsget as defined by spec
 */
public enum HtsgetFormat {
    BAM,
    CRAM,
    VCF,
    BCF,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy