Entering edit mode
2.6 years ago
Julian.dekker
▴
20
Hi All,
I am very confused using vcftools.
vcftools --gzvcf $data_loc/chr10.dose.vcf.gz --snps chr10-snpIDs-tmp.txt --recode --out chr10.filter
outputs right, but I need the information in the info field so I tried using.
vcftools --gzvcf $data_loc/chr10.dose.vcf.gz --snps chr10-snpIDs-tmp.txt --recode-INFO-all --out chr10.filter
When I run the bottom command it will generate a .info file but not the VCF itself. What am I doing wrong?
Kind regards,
Julian
Thank you, I had assumed recode-INFO-all was the same as recode but with INFO. very unintuitive for sure, I will check out bcftools.
It's a bad tool. Plus, it's outdated almost to the extent of becoming abandonware. The last proper vcftools release was in 2018, and the last commit happened 2 years ago. As for bcftools, the last release was 25 days ago and the last commit happened hours ago.
Please accept my answer to mark the post as solved.