public class CollectVariantCallingMetrics extends CommandLineProgram
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectVariantCallingMetrics.VariantCallingDetailMetrics
A collection of metrics relating to snps and indels within a variant-calling file (VCF) for a given sample.
|
static class |
CollectVariantCallingMetrics.VariantCallingSummaryMetrics
A collection of metrics relating to snps and indels within a variant-calling file (VCF).
|
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
DBSNP |
java.io.File |
INPUT |
java.io.File |
OUTPUT |
java.lang.Boolean |
REQUIRE_INDEX |
java.io.File |
SEQUENCE_DICTIONARY |
java.io.File |
TARGET_INTERVALS |
int |
THREAD_COUNT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY| Constructor and Description |
|---|
CollectVariantCallingMetrics() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] args) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(shortName="O", doc="Path (except for the file extension) of output metrics files to write.") public java.io.File OUTPUT
@Option(shortName="TI", doc="Target intervals to restrict analysis to.", optional=true) public java.io.File TARGET_INTERVALS
@Option(shortName="SD", optional=true, doc="If present, speeds loading of dbSNP file") public java.io.File SEQUENCE_DICTIONARY
@Option(doc="Deprecated option will be removed in a future release.") public java.lang.Boolean REQUIRE_INDEX
@Option public int THREAD_COUNT
public static void main(java.lang.String[] args)
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgram