Entering edit mode
9.7 years ago
I want to compare two vcf file
common_and_clinical_20150106_bgzip.vcf.gz
and variants_bgzip.vcf.gz
When I run on terminal
vcftools --gzvcf common_and_clinical_20150106_bgzip.vcf.gz --gzdiff variants_bgzip.vcf.gz --diff-indv-map --out output_file
the error is
Error: Unknown option: output_file
and when I run
vcftools --gzvcf common_and_clinical_20150106_bgzip.vcf.gz --gzdiff variants_bgzip.vcf.gz --diff-indv-map --out
the error is
Reading individual mapping file. Error:Could not open map file: --out
hi Geek_y I know command
--diff-indv-map
but why error?vcftools expects a mapping file after
--diff-indv-map
. As you are not specifying a filename and directly writing--out
it is looking for a file named--out
If you have a mapping file then specify its name after
--diff-indv-map