biopragmatics / bioregistry

📮 An integrative registry of biological databases, ontologies, and nomenclatures.
https://bioregistry.io
MIT License
110 stars 48 forks source link

Ark identifier example does not redirect via Bioregistry, but does via n2t and identifiers.org #1034

Closed egonw closed 6 months ago

egonw commented 6 months ago

The ark prefix (https://bioregistry.io/registry/ark) has an example for which the redirecting works for all but Bioregistry, which goes a 404: https://bioregistry.io/ark:/53355/cl010066723

Preliminary private discussion led to the notion that the / at the start (as in ark:/) may be the cause.

Relevant code:

https://github.com/biopragmatics/bioregistry/blob/cec184109840de15d1cc0c168845b61a3ae2bb3c/src/bioregistry/app/ui.py#L306-L364