-
Notifications
You must be signed in to change notification settings - Fork 41
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
Split view via unified coordinates and search control #706
Comments
…rowser tab: coordinates input enhancements
Bug was found: Steps to reproduce:
Expected result: Actual result: Extra Details: Verified |
Bug was found: Steps to reproduce:
Expected result: Actual result: Extra details: @mzueva @rodichenko |
@Tatyana2022 should be fixed with 6f8ce02 |
Background
Currently, NGB supports split view for the Browser panel, e.g. to open mate regions of pair alignments or show pair for inter-chromosomal variants.
It could be convenient to expand this functionality and allow users to split browser for any location of interest - via the unified coordinates and search control.
Approach
<COORDINATE>
- the location shall be opened on the current chromosome and have the specified coordinate as central position<START_COORDINATE>-<FINISH_COORDINATE>
- the location shall be opened on the current chromosome and have the specified coordinates as location boundaries<CHR_NAME>:<COORDINATE>
- the location shall be opened on the specified chromosome and have the specified coordinate as central position<CHR_NAME>:<START_COORDINATE>-<FINISH_COORDINATE>
- the location shall be opened on the specified chromosome and have the specified coordinates as location boundaries<FEATURE_NAME>
- a gene, transcript, feature name. Shall be opened the first location from search result listIf user will press Enter in this case - the
KRAS gene
shall be opened.The ability to open manually a certain item from the list - by click it - shall remain as previously.
The text was updated successfully, but these errors were encountered: