htsjdk.beta.plugin.HtsHeader 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;
//Note: This is a just a tagging interface used to tag SAMFileHeader, VCFHeader, and SAMSequenceDictionary.
// It will be more useful once version upgrading is implemented.
/**
* Tagging interface used as a type-bound for codec/encoder/decoder header type params.
*/
public interface HtsHeader {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy