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

Linkouts to PubMed from AmiGO and Noctua giving 503 error - wrong URL in dbxrefs #2368

Open
vanaukenk opened this issue Oct 3, 2024 · 2 comments

Comments

@vanaukenk
Copy link
Contributor

I'm not sure if anyone else has reported this, but I'm finding that linking out from AmiGO or Noctua to PubMed is giving a 503 error because of what looks like a change to the PubMed URL.

In our dbxrefs.yaml we have:

http://www.ncbi.nlm.nih.gov/pubmed/[example_id]

but I think the url should now be:

https://pubmed.ncbi.nlm.nih.gov/[example_id]

Compare:

http://www.ncbi.nlm.nih.gov/pubmed/38936225/

to:

https://pubmed.ncbi.nlm.nih.gov/38936225/

I can make the update to the dbxrefs.yaml, but would like another pair of eyes to confirm this before I do. Thanks.

@kltm @suzialeksander @pgaudet

@pgaudet
Copy link
Contributor

pgaudet commented Oct 3, 2024

Interesting, because for me that link is redirected

But it does seem like PubMed changed their URL.
I see that P2GO has the same URL as AmiGO.

I would assume we can get the up-to-date info here: https://registry.identifiers.org/registry/pubmed
but I don't find it.

@kltm
Copy link
Member

kltm commented Oct 3, 2024

The forward works for me, so no "problem" that I've been able to duplicate; this goes back to whatever the canonical URL/identifier is supposed to be, which can sometimes be hard to pin down. That said, I don't think there is any problem in updating to what they currently forward to in dbxrefs.yaml, as it is the namespace forwarding metadata, rather than direct identifier metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants