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

link out to Orphanet from Protege currently goes to a 404 page #1192

Closed
nicolevasilevsky opened this issue Feb 22, 2024 · 4 comments · Fixed by #1193
Closed

link out to Orphanet from Protege currently goes to a 404 page #1192

nicolevasilevsky opened this issue Feb 22, 2024 · 4 comments · Fixed by #1193

Comments

@nicolevasilevsky
Copy link

@gouttegd
In Mondo, the link outs from Orphanet IDs are now going to a 404 page (see example: Orphanet:79240 redirects to https://www.orpha.net/consor/www/cgi-bin/OC_Exp.php?Expert=79240). I'm guessing something changed on the Orphanet website.

Thank you for looking into this!

cc @sabrinatoro @twhetzel

gouttegd added a commit that referenced this issue Feb 22, 2024
It seems the Orphanet website no longer serves resources of the form
`/consor/www/cgi-bin/OC_Exp.php`, only `/consor/cgi-bin/OC_Exp.php`, so
we update the link extractor accordingly.

closes #1192
@gouttegd
Copy link
Collaborator

What seems to have changed is that they moved their cgi-bin directory one directory upward, so the expected URLs should now be https://www.orpha.net/consor/cgi-bin/OC_Exp.php?Expert=79240 instead of https://www.orpha.net/consor/www/cgi-bin/OC_Exp.php?Expert=79240 (note the missing www/ in the first URL).

@nicolevasilevsky
Copy link
Author

thanks for your quick reply @gouttegd! Do we have to wait for the next Protege release to see this fix?

@gouttegd
Copy link
Collaborator

Yes, sorry. It’s a code change, not something that can updated on the fly on an existing Protégé installation.

@nicolevasilevsky
Copy link
Author

All good @gouttegd! I'm super grateful for you and your contributions to Protege. 💟

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 a pull request may close this issue.

2 participants