hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

how can i get filtered position?

Open ruizgo opened this issue 2 years ago • 1 comments

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

ruizgo avatar Mar 09 '22 10:03 ruizgo

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

b-math avatar May 18 '22 11:05 b-math