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

Fix query over connected components #20

Merged
merged 6 commits into from Apr 17, 2024
Merged

Fix query over connected components #20

merged 6 commits into from Apr 17, 2024

Conversation

cthoyt
Copy link
Member

@cthoyt cthoyt commented Apr 16, 2024

Closes #19

Before, the method for identifying a connected component in a single query was not working properly. This PR makes it two steps that 1) identify all nodes in a connected component, then 2) get all pairwise relations between nodes in the connected component.

http://0.0.0.0:5000/concept/cellosaurus:0347 now gives:

Screenshot 2024-04-17 at 16 03 24

This PR also adds minor UI improvements for displaying names and making links to OLS

@cthoyt cthoyt merged commit b004e10 into main Apr 17, 2024
8 checks passed
@cthoyt cthoyt deleted the fix-connected-component branch April 17, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query for connected components doesn't always work
1 participant