public final class GenomicsDBOptions
extends java.lang.Object
Constructor and Description |
---|
GenomicsDBOptions() |
GenomicsDBOptions(java.nio.file.Path reference) |
GenomicsDBOptions(java.nio.file.Path reference,
boolean callGenotypes,
int maxAlternateAlleles) |
Modifier and Type | Method and Description |
---|---|
boolean |
doCallGenotypes() |
int |
getMaxAlternateAlleles() |
java.nio.file.Path |
getReference() |
public GenomicsDBOptions()
public GenomicsDBOptions(java.nio.file.Path reference)
public GenomicsDBOptions(java.nio.file.Path reference, boolean callGenotypes, int maxAlternateAlleles)
reference
- Path to a reference. May be null. Needed only for reading from GenomicsDB.callGenotypes
- Indicates whether GenomicsDB should return called genotypesmaxAlternateAlleles
- The maximum number of alternative alleles to return in query results