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

htsjdk.beta.plugin.variants.VariantsFormats Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
package htsjdk.beta.plugin.variants;

/**
 * Class with string constants representing known formats supported by variants codecs.
 */
public class VariantsFormats {
    /**
     * VCF format.
     */
    public static final String VCF = "VCF";

    /**
     * BCF format.
     */
    public static final String BCF = "BCF";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy