@DocumentedFeature public final class IndexFeatureFile extends CommandLineProgram
gatk IndexFeatureFile \ -I cohort.vcf.gzThis produces the corresponding index, cohort.vcf.gz.tbi.
Modifier and Type | Field and Description |
---|---|
GATKPath |
featurePath |
static java.lang.String |
GVCF_FILE_EXTENSION |
static int |
OPTIMAL_GVCF_INDEX_BIN_SIZE |
GATKPath |
outputPath |
GATK_CONFIG_FILE, NIO_MAX_REOPENS, NIO_PROJECT_FOR_REQUESTER_PAYS, QUIET, specialArgumentsCollection, tmpDir, useJdkDeflater, useJdkInflater, VERBOSITY
Constructor and Description |
---|
IndexFeatureFile() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doWork()
Do the work after command line has been parsed.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getPluginDescriptors, getSupportInformation, getToolkitName, getToolkitShortName, getToolStatusWarning, getUsage, getVersion, instanceMain, instanceMainPostParseArgs, isBetaFeature, isExperimentalFeature, onShutdown, onStartup, parseArgs, printLibraryVersions, printSettings, printStartupMessage, runTool, setDefaultHeaders, warnOnToolStatus
@Argument(shortName="I", fullName="input", doc="Feature file (eg., VCF or BED file) to index. Must be in a tribble-supported format") public GATKPath featurePath
@Argument(shortName="O", fullName="output", doc="The output index file. If missing, the tool will create an index file in the same directory as the input file.", optional=true) public GATKPath outputPath
public static final int OPTIMAL_GVCF_INDEX_BIN_SIZE
public static final java.lang.String GVCF_FILE_EXTENSION
protected java.lang.Object doWork()
CommandLineProgram
doWork
in class CommandLineProgram