gemini
gemini copied to clipboard
gt-filter not working correctly with gt_alt_freqs
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
See my answer : https://github.com/arq5x/gemini/issues/925#issuecomment-518772797