-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom filtering expressions to be applied to state or configuration of tracks #1988
Comments
Some ideas about filtering discussed in gitter cc @scottcain , RE: having same GFF serve multiple tracks each with different filtering expressions. This may download more data than is needed for each track since much data gets filtered out, but could still be interesting. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
some possible implementation notes
[1] I don't make it a stringArray of multiple filters because changing a stringArray to a jexl callback would be a single jexl callback that returns an array of strings, not an array of jexl callbacks. would need a different config slot type for that |
i'll just note that the alignments track could add this feature as a special filter for the sashimi's too if it is helpful |
this was added in internal form to alignments by @carolinebridge-oicr , could be generalized to other tracks and make UI for filter |
The alignments track implemented a number of bespoke filtering options. It could be useful for our other tracks to have some filtering ability too. The VCF for example, I may want to look for translocations specifically, or I might want to filter out a specific gene in a gene track for demonstration purposes
The text was updated successfully, but these errors were encountered: