gemini icon indicating copy to clipboard operation
gemini copied to clipboard

gt-filter not working correctly with gt_alt_freqs

Open fcliquet opened this issue 7 years ago • 1 comments

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

fcliquet avatar Sep 19 '17 09:09 fcliquet

See my answer : https://github.com/arq5x/gemini/issues/925#issuecomment-518772797

timothee-revil avatar Aug 06 '19 17:08 timothee-revil