public final class GenomicsDBOptions
extends java.lang.Object
Constructor and Description |
---|
GenomicsDBOptions() |
GenomicsDBOptions(java.nio.file.Path reference) |
GenomicsDBOptions(java.nio.file.Path reference,
GenomicsDBArgumentCollection genomicsdbArgs) |
GenomicsDBOptions(java.nio.file.Path reference,
GenomicsDBArgumentCollection genomicsdbArgs,
GenotypeCalculationArgumentCollection genotypeCalcArgs) |
Modifier and Type | Method and Description |
---|---|
boolean |
doCallGenotypes() |
int |
getMaxDiploidAltAllelesThatCanBeGenotyped() |
int |
getMaxGenotypeCount() |
java.nio.file.Path |
getReference() |
boolean |
useVCFCodec() |
public GenomicsDBOptions()
public GenomicsDBOptions(java.nio.file.Path reference)
public GenomicsDBOptions(java.nio.file.Path reference, GenomicsDBArgumentCollection genomicsdbArgs)
public GenomicsDBOptions(java.nio.file.Path reference, GenomicsDBArgumentCollection genomicsdbArgs, GenotypeCalculationArgumentCollection genotypeCalcArgs)
public java.nio.file.Path getReference()
public boolean doCallGenotypes()
public int getMaxDiploidAltAllelesThatCanBeGenotyped()
public int getMaxGenotypeCount()
public boolean useVCFCodec()