public class PicardCommandLineProgramExecutor extends CommandLineProgram
GATK_CONFIG_FILE, logger, NIO_MAX_REOPENS, NIO_PROJECT_FOR_REQUESTER_PAYS, QUIET, specialArgumentsCollection, tmpDir, useJdkDeflater, useJdkInflater, VERBOSITY
Constructor and Description |
---|
PicardCommandLineProgramExecutor(CommandLineProgram picardCommandLineProgram) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doWork()
Do the work after command line has been parsed.
|
java.lang.Object |
instanceMain(java.lang.String[] argv)
Entry point for Picard tools that are called from GATK.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getPluginDescriptors, getSupportInformation, getToolkitName, getToolkitShortName, getToolStatusWarning, getUsage, getVersion, instanceMainPostParseArgs, isBetaFeature, isExperimentalFeature, onShutdown, onStartup, parseArgs, printLibraryVersions, printSettings, printStartupMessage, runTool, setDefaultHeaders, warnOnToolStatus
public PicardCommandLineProgramExecutor(CommandLineProgram picardCommandLineProgram)
public java.lang.Object instanceMain(java.lang.String[] argv)
instanceMain
in class CommandLineProgram
protected java.lang.Object doWork()
CommandLineProgram
doWork
in class CommandLineProgram