@DocumentedFeature public class FixVcfHeader extends CommandLineProgram
| Modifier and Type | Field | Description |
|---|---|---|
int |
CHECK_FIRST_N_RECORDS |
|
boolean |
ENFORCE_SAME_SAMPLES |
|
File |
HEADER |
|
File |
INPUT |
|
File |
OUTPUT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, VALIDATION_STRINGENCY, VERBOSITY| Constructor | Description |
|---|---|
FixVcfHeader() |
| Modifier and Type | Method | Description |
|---|---|---|
protected 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.
|
static void |
main(String[] args) |
getCommandLine, 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 File INPUT
@Argument(shortName="O",
doc="The output VCF/BCF file.")
public 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 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
public static void main(String[] args)
protected String[] customCommandLineValidation()
CommandLineProgramcustomCommandLineValidation in class CommandLineProgramprotected int doWork()
CommandLineProgramdoWork in class CommandLineProgram