@DocumentedFeature public class CreateVerifyIDIntensityContaminationMetricsFile extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_EXTENSION |
java.io.File |
INPUT |
java.io.File |
OUTPUT |
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 |
---|
CreateVerifyIDIntensityContaminationMetricsFile() |
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="The output of VerifyIDIntensity(typically captured stdout).") public java.io.File INPUT
@Argument(shortName="O", doc="Basename for the metrics file that will be written. Resulting file will be <OUTPUT>.verifyidintensity_metrics") public java.io.File OUTPUT
public static final java.lang.String FILE_EXTENSION
public CreateVerifyIDIntensityContaminationMetricsFile()
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram