@DocumentedFeature public class FixVcfHeader extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
int |
CHECK_FIRST_N_RECORDS |
boolean |
ENFORCE_SAME_SAMPLES |
java.io.File |
HEADER |
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 |
---|
FixVcfHeader() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
customCommandLineValidation()
Put any custom command-line validation in an override of this method.
|
protected int |
doWork()
Do the work after command line has been parsed.
|
getCommandLine, getCommandLineParser, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(shortName="I", doc="The input VCF/BCF file.") public java.io.File INPUT
@Argument(shortName="O", doc="The output VCF/BCF file.") public java.io.File OUTPUT
@Argument(shortName="N", doc="Check only the first N records when searching for missing INFO and FORMAT fields.", optional=true) public int CHECK_FIRST_N_RECORDS
@Argument(shortName="H", doc="The replacement VCF header.", optional=true) public java.io.File HEADER
@Argument(doc="Enforce that the samples are the same (and in the same order) when replacing the VCF header.", optional=true) public boolean ENFORCE_SAME_SAMPLES
protected java.lang.String[] customCommandLineValidation()
CommandLineProgram
customCommandLineValidation
in class CommandLineProgram
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram