-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BUG] Displayed IRIs in Swate still incorrect #537
Labels
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
Comments
github-actions
bot
added
the
Status: Needs Triage
This item is up for investigation.
label
Oct 17, 2024
HLWeil
added
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
and removed
Status: Needs Triage
This item is up for investigation.
labels
Oct 18, 2024
Hey @Hannah-Doerpholz, thanks for bringing this up. I checked ARCtrl and this should be fixed. #r "nuget: ARCtrl, 2.1.0-alpha.4"
open ARCtrl
let efoOA = OntologyAnnotation(tan = "EFO:0004424")
efoOA.TermAccessionOntobeeUrl
let dpboOA = OntologyAnnotation(tan = "DPBO:0000050")
dpboOA.TermAccessionOntobeeUrl returns
First glance this looks like it's not updated in Swate yet @Freymaurer? |
Have to check, will transfer to Swate for now |
github-actions
bot
added
the
Status: Needs Triage
This item is up for investigation.
label
Oct 18, 2024
Freymaurer
added a commit
that referenced
this issue
Oct 22, 2024
Yes this was an oversight on my side. I was still using a pre ARCtrl function, therefore it did not update automatically. Should be fixed now 😞 🐛 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I search for terms (e.g.
extraction buffer
, a DPBO term), and I want to click the link I still get an error message. When I check the URL, I see that there are still thepurl.obolibrary.org
links used, instead of thepurl.org
links. The same is true for other ontologies such as EFO for example, that don't use obolibrary purls.To Reproduce
Steps to reproduce the behavior:
Ontology term search
extraction buffer
(DPBO:0000050) orfamily relationship
(EFO:0004424)Expected behavior
For
extraction buffer
I expected to be lead to the URLhttp://purl.org/nfdi4plants/ontology/dpbo/DPBO_0000050
For
family relationship
I expected to be lead to the URLhttp://www.ebi.ac.uk/efo/EFO_0004424
Related issues/PRs
This was previously discussion in issue nfdi4plants/ARCtrl#368
The corresponding PR from that time is nfdi4plants/ARCtrl#381
OS and framework information (please complete the following information):
Additional context
Currently (17.10.2024) the internet archive is still under attack which hosts the "expected" purls (purl.org), so ATM none of the expected DPBO links should work until that is resolved.
The text was updated successfully, but these errors were encountered: