I have VCFtools 0.1.15 but I'm not able to use the flag --minDP and --maxDP (example below). It's returning the same file as the one that I input. On the contrary --min-meanDP --max-meanDP work just fine. Is there a problem with the version or with the way I code the filtration?
vcftools --vcf output.filtered.vcf --minDP 4 --maxDP 100 --recode --out output.filtered