@BetaFeature @DocumentedFeature public class GatherTranches extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
java.util.List<java.io.File> |
inputReports |
org.broadinstitute.hellbender.tools.walkers.vqsr.VariantRecalibratorArgumentCollection.Mode |
MODE
Use either SNP for recalibrating only SNPs (emitting indels untouched in the output VCF) or INDEL for indels (emitting SNPs untouched in the output VCF).
|
java.io.File |
outputReport |
GATK_CONFIG_FILE, logger, NIO_MAX_REOPENS, NIO_PROJECT_FOR_REQUESTER_PAYS, QUIET, specialArgumentsCollection, tmpDir, useJdkDeflater, useJdkInflater, VERBOSITY
Constructor and Description |
---|
GatherTranches() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doWork()
Do the work after command line has been parsed.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getPluginDescriptors, getSupportInformation, getToolkitName, getToolkitShortName, getToolStatusWarning, getUsage, getVersion, instanceMain, instanceMainPostParseArgs, isBetaFeature, isExperimentalFeature, onShutdown, onStartup, parseArgs, printLibraryVersions, printSettings, printStartupMessage, runTool, setDefaultHeaders, warnOnToolStatus
@Argument(fullName="input", shortName="I", doc="List of scattered tranches files") public final java.util.List<java.io.File> inputReports
@Argument(fullName="mode", shortName="mode", doc="Recalibration mode to employ") public org.broadinstitute.hellbender.tools.walkers.vqsr.VariantRecalibratorArgumentCollection.Mode MODE
@Argument(fullName="output", shortName="O", doc="File to output the gathered tranches file to") public java.io.File outputReport
protected java.lang.Object doWork()
CommandLineProgram
doWork
in class CommandLineProgram