bioinfo-pf-curie / TMB

Tumor Mutational Burden
Other
55 stars 16 forks source link

`--filterLowQual` does not work #21

Open bounlu opened 1 year ago

bounlu commented 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.

nservant commented 10 months ago

Hi, Thanks for the comment. The --filterLowQual filter only keep PASS variants. Do you have a PASS flag in your VCF ?

bounlu commented 10 months ago

Yes I do and that's also my expectation but it somehow doesn't work.

bounlu commented 4 months ago

Here is the bug: https://github.com/bioinfo-pf-curie/TMB/blob/97ee724ac5860822ec59177e43456634067d652a/bin/pyTMB.py#L409-L413