public class GenomicsDBArgumentCollection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
callGenotypes
Not full-fledged arguments for now.
|
int |
maxDiploidAltAllelesThatCanBeGenotyped |
static java.lang.String |
USE_VCF_CODEC_LONG_NAME |
boolean |
useVCFCodec
Currently there is no support for 64-bit fields in BCFCodec.
|
Constructor and Description |
---|
GenomicsDBArgumentCollection() |
public static final java.lang.String USE_VCF_CODEC_LONG_NAME
public boolean callGenotypes
public int maxDiploidAltAllelesThatCanBeGenotyped
@Advanced @Argument(fullName="genomicsdb-use-vcf-codec", doc="Use VCF Codec Streaming for data from GenomicsDB instead of the default BCF", optional=true) public boolean useVCFCodec