You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current website for TAIR lists an accession number for each gene but the URL by which you get to that page has a "key" parameter which is a different number. Still, trying to fix the resolver URL by using 2200934 as the key doesn't work. Does anyone know what the relationship is between the TAIR accession numbers and the keys that appear in URLs?
The text was updated successfully, but these errors were encountered:
On May 6th, 2024 TAIR announced that they are launching their new website. This new website affected the tair.gene, tair.locus and tair.protein prefixes.
For tair.gene and tair.locus, the new website preserves the 'TAIR accession' in the details page for each entry, however it does not seem possible to use this TAIR accession in any kind of URL to go to the page of the corresponding entry. The 'key' parameter in the current URL also appears to be unrelated to the old TAIR accession.
For tair.protein, the 'key' parameter in the current URL matches the TAIR accession exactly. The example below shows that the new website can resolve the TAIR accession number when plugged into the 'key' parameter.
The tair.protein prefix can easily be updated with the current uri_format from the new website, but I'm not sure if the other two prefixes should have their identifiers updated from the old 'TAIR accession' to the new 'key' parameter.
While reviewing #1294 I noticed that the resolver for https://bioregistry.io/registry/tair.gene doesn't work anymore using either the direct URL to the provider (http://arabidopsis.org/servlets/TairObject?accession=Gene:2200934) or any of the metaregistry-based providers.
The current website for TAIR lists an accession number for each gene but the URL by which you get to that page has a "key" parameter which is a different number. Still, trying to fix the resolver URL by using 2200934 as the key doesn't work. Does anyone know what the relationship is between the TAIR accession numbers and the keys that appear in URLs?
The text was updated successfully, but these errors were encountered: