@DocumentedFeature 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 |
boolean |
GVCF_INPUT |
java.io.File |
INPUT |
java.io.File |
OUTPUT |
java.io.File |
SEQUENCE_DICTIONARY |
java.io.File |
TARGET_INTERVALS |
int |
THREAD_COUNT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_ALLOWABLE_ONE_LINE_SUMMARY_LENGTH, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, 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.
|
checkRInstallation, customCommandLineValidation, getCommandLine, getCommandLineParser, getCommandLineParserForArgs, getDefaultHeaders, getFaqLink, getMetricsFile, getPGRecord, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(shortName="I", doc="Input vcf file for analysis") public java.io.File INPUT
@Argument(shortName="O", doc="Path (except for the file extension) of output metrics files to write.") public java.io.File OUTPUT
@Argument(doc="Reference dbSNP file in dbSNP or VCF format.") public java.io.File DBSNP
@Argument(shortName="TI", doc="Target intervals to restrict analysis to.", optional=true) public java.io.File TARGET_INTERVALS
@Argument(shortName="SD", optional=true, doc="If present, speeds loading of dbSNP file, will look for dictionary in vcf if not present here.") public java.io.File SEQUENCE_DICTIONARY
@Argument(doc="Set to true if running on a single-sample gvcf.", optional=true) public boolean GVCF_INPUT
@Argument public int THREAD_COUNT
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram