You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When reading in parameters for EBFilter the type is changed from int to float. When calling EBFilter with these parameters, EBFilter will fail. In particular, this affects parameters -q (=min_mapq) and -Q (=min_baseq). The model.py for somatic_variant_filtration needs to be adapted to account for the type specificity of EBFilter.
The text was updated successfully, but these errors were encountered:
Describe the bug
When reading in parameters for EBFilter the type is changed from int to float. When calling EBFilter with these parameters, EBFilter will fail. In particular, this affects parameters
-q
(=min_mapq) and-Q
(=min_baseq). Themodel.py
forsomatic_variant_filtration
needs to be adapted to account for the type specificity of EBFilter.The text was updated successfully, but these errors were encountered: