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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy