feat: handle IGVF external links#596
Merged
bencap merged 10 commits intorelease-2025.6.0from Jan 14, 2026
Merged
Conversation
b1607f1 to
7e29e2e
Compare
Reflects changes in VariantEffect/mavedb-api#619
…ew and CollectionsView
The relative import of the IGVF badge icon was sufficient for local development, but the badge icon was not being found by the built package.
4e23732 to
cff8985
Compare
davereinhart
approved these changes
Jan 7, 2026
Contributor
davereinhart
left a comment
There was a problem hiding this comment.
Prior to review, I rebased against the latest release-2025.6.0, and made a few other changes to fix alignment of img elements.
After that, changes look good to me. Only comment is we might consider using a package like linkify in place of linkifyTextHtml function.
…n linkifyTextHtml function
Collaborator
Author
I integrated linkifyHtml, but retained our function since linkifyHtml doesn't provide any text sanitation. But at least we don't need to maintain the actual link-ification. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request enhances the display of external links in the
ScoreSetSecondaryMetadata.vuecomponent by adding support for the IGVF Portal and improving the styling for external link sections.External Link Integration and Styling:
Adds a home page note about linkage to the IGVF data portal

Adds a link to the IGVF data portal for score sets when available

Adds a link to the experiment page for IGVF portal access

Link-ifies collection links, which will allow us to point users to the IGVF catalog when applicable

Prior features mean we already have the functionality to add an IGVF logo to the top of score set and experiment pages when they are part of an official collection.
