public class VCFDecoderV3_3 extends VCFDecoder
Constructor and Description |
---|
VCFDecoderV3_3(Bundle inputBundle,
VariantsDecoderOptions variantsDecoderOptions)
Create a new VCF V3.3 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, queryStart
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlapping
public VCFDecoderV3_3(Bundle inputBundle, VariantsDecoderOptions variantsDecoderOptions)
inputBundle
- the input Bundle
to decodevariantsDecoderOptions
- the VariantsDecoderOptions
for this decoderpublic HtsVersion getVersion()
HtsDecoder