@DocumentedFeature public class MergeVcfs extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
java.util.List<java.io.File> |
INPUT |
java.io.File |
OUTPUT |
java.io.File |
SEQUENCE_DICTIONARY |
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 and Description |
---|
MergeVcfs() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] argv) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(shortName="I", doc="VCF or BCF input files (File format is determined by file extension), or a file having a \'.list\' suffix containing the path to the files.", minElements=1) public java.util.List<java.io.File> INPUT
@Argument(shortName="O", doc="The merged VCF or BCF file. File format is determined by file extension.") public java.io.File OUTPUT
@Argument(shortName="D", doc="The index sequence dictionary to use instead of the sequence dictionary in the input file", optional=true) public java.io.File SEQUENCE_DICTIONARY
public static void main(java.lang.String[] argv)
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram