hall-lab / svtyper

Bayesian genotyper for structural variants
MIT License
125 stars 55 forks source link

SVTyper discarding VCF entries #63

Open CBorreda opened 7 years ago

CBorreda commented 7 years ago

Hi

I recently used SVTyper to genotype a big dataset. To do so, I splitted the dataset in several files with 10000 VCF entries each. I did a simple wc -l in the resulting files and their line count is around 2000-3000 lines. Which lines are being dropped, and why? I couldn't find it in the docs. I want to think that it does it depending on the QUAL, but there is still many entries with QUAL= 0.0

Thank you