gt-filter not working correctly with gt_alt_freqs
fcliquet opened this issue · 1 comments
fcliquet commented
Hi,
From what I noticed, there is an issue when we are trying to filter using a wildcard_rule containing a .
for instance:
(gt_alt_freqs).(*).(>=0.25).(any)
will lead to
"Wildcard filter should consist of 4 elements. Exiting."
It appears that you check for the correct number of tokens by splitting directly on the .
, you could just check by splitting on ).(
instead.
Thanks a lot,
Freddy
timothee-revil commented
See my answer : #925 (comment)