-
Notifications
You must be signed in to change notification settings - Fork 9
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
KANBAN-584 pavi integration #1345
Conversation
Push test into main for KANBAN-561 and KANBAN-568
Release 7.2.0
Fixing the phenotype annotation linkouts
SCRUM-4182 Remove linkouts to gene type phenotype annotations
…on on raw http(s) import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically the .js is omitted when doing includes for JS.
Ya, while I am aware of that, doing so means I cannot import this modules through it's raw github https URL, because the relative paths don't resolve without their extensions. Including the extension does work though in all cases (both for local paths as through URL imports). |
And I need to import through URL as these files are not local to the PAVI code, nor deployed and installable through npm (and probably should not be either). |
alliance-genome/agr_ui#1345 needs merging to test and later main branch, before updating URL to import from main branch before merging to PAVI main branch.
Enabling intergration of constants and related functions into the PAVI UI (to enable reused of jbrowse configs) through the updates in this PR.