Category

Sam/Bam Manipulation


Usage

java -jar picard.jar RenameSampleInVcf I=input.vcf O=renamed.vcf NEW_SAMPLE_NAME=sample123


Manual

INPUT (File)    Input single sample VCF. Required.
OUTPUT (File)    Output single sample VCF. Required.
OLD_SAMPLE_NAME (String)    Existing name of sample in VCF; if provided, asserts that that is the name of the extant sample name Default value: null.
NEW_SAMPLE_NAME (String)    New name to give sample in output VCF. Required.


Share your experience or ask a question