Entering edit mode
6.7 years ago
gaurab.bhattarai46
▴
10
Hi,
I am trying to remove indels sites from vcf file. I used following command line;
vcftools --vcf inputfile.vcf --remove-indels --recode --recode-INFO-all --out outputfile
It still keeps all sites without removing indels. Please anybody has a solution for this? Thanks in advance.
Hi Kevin, Thank you so much for this information. I am kind of new to the bioinformatics. So, if you can suggest me the bcf command line to remove indels, it will help me a lot. In my SNPs data, there are both '-' indels as well as '0' i,e -/+ are present (Based on IUPAC). Thanks in advance.
?
can you please show us such line please