Illumina / hap.py

Haplotype VCF comparison tools
Other
402 stars 122 forks source link

how can i get filtered position? #153

Open ruizgo opened 2 years ago

ruizgo commented 2 years ago

I use command python /opt/hap.py/bin/hap.py trust.vcf test.vcf.gz -T /data/target.bed -o ./test In summary file,filter column,I can see ALL,PASS,But i didn't find the location filtered, how to find it?thks

b-math commented 2 years ago

Hello.

By appending the -V flag to the command, you get a combined vcf, where each position in query and truth is listed and whether it is found.

Hope, that answers your question. Best regards