
htsjdk.beta.plugin.variants.VariantsFormats 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.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