public class VCFDecoderV4_2 extends VCFDecoder
| Constructor and Description |
|---|
VCFDecoderV4_2(Bundle inputBundle,
VariantsDecoderOptions variantsDecoderOptions)
Create a new VCF V4.2 decoder.
|
| Modifier and Type | Method and Description |
|---|---|
HtsVersion |
getVersion()
Get the version of the file format supported by this decoder.
|
close, getDisplayName, getFileFormat, getHeader, getInputBundle, getReadsDecoderOptions, hasIndex, isQueryable, iterator, query, query, queryStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquery, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlappingpublic VCFDecoderV4_2(Bundle inputBundle, VariantsDecoderOptions variantsDecoderOptions)
inputBundle - the input Bundle to decodevariantsDecoderOptions - the VariantsDecoderOptions for this decoderpublic HtsVersion getVersion()
HtsDecoder