Skip to content
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

Nearby Genomic Featues: Should be able to open cCREs not in main table that appear in nearby cCREs within the same browser tab #207

Open
jpfisher72 opened this issue Nov 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jpfisher72
Copy link
Member

jpfisher72 commented Nov 21, 2023

This fails since information from the main search query is needed to be passed to the details pages, which is missing with "nearby cCREs" that are not contained in the main search. Current workaround is to open in new browser tab

@jpfisher72 jpfisher72 added the enhancement New feature or request label Nov 21, 2023
@jpfisher72
Copy link
Member Author

The difficulty is that open cCREs (from URL params) are only initialized on initial load. Any subsequent opened cCREs have all their info already accessible in the main search context (coordinates, linked genes). Linked genes info is not readily available in nearby cCREs table, so would need to fetch linked genes info on that page to open a cCRE. Or just trigger a refresh but that's not ideal. Or fetch linked genes info in the gene expression page to remove the necessity of linked genes info being attached to an open cCRE in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant