This is a test version of Biostars. For the public version, visit https://www.biostars.org.
filtering out 0/0 calls from VCF file

I have. VCF files in which some lines have 0/0 flag (0/0:466,0:466:99:0,1393,16935). Is there any standard way to remove 0/0 calls in the vcf file?

vcf

1 answer

bcftools view --min-ac 1

Log in to answer this question.