@DocumentedFeature public class MakeSitesOnlyVcf extends CommandLineProgram
java -jar picard.jar MakeSitesOnlyVcf \ INPUT=input_variants.vcf \ OUTPUT=output_variants.vcf
Modifier and Type | Field and Description |
---|---|
java.io.File |
INPUT |
java.io.File |
OUTPUT |
java.util.Set<java.lang.String> |
SAMPLE |
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 |
---|
MakeSitesOnlyVcf() |
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="Input VCF or BCF containing genotype and site-level information.") public java.io.File INPUT
@Argument(shortName="O", doc="Output VCF or BCF file containing only site-level information.") public java.io.File OUTPUT
@Argument(shortName="S", doc="Names of one or more samples to include in the output VCF.", optional=true) public java.util.Set<java.lang.String> SAMPLE
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram