Open bounlu opened 1 year ago
It works fine without the filter --filterLowQual. When I add this filter, no variant is selected and TMB is always 0. It seems there is a bug with the filtering.
--filterLowQual
Hi, Thanks for the comment. The --filterLowQual filter only keep PASS variants. Do you have a PASS flag in your VCF ?
PASS
Yes I do and that's also my expectation but it somehow doesn't work.
Here is the bug: https://github.com/bioinfo-pf-curie/TMB/blob/97ee724ac5860822ec59177e43456634067d652a/bin/pyTMB.py#L409-L413
It works fine without the filter
--filterLowQual
. When I add this filter, no variant is selected and TMB is always 0. It seems there is a bug with the filtering.