HGNC Gene Groups URL pattern is broken
Closed this issue · 1 comments
njoannin commented
Looking at https://registry.identifiers.org/registry/hgnc.genegroup
The URL pattern listed is: https://www.genenames.org/cgi-bin/genefamilies/set/{$id} but this results in a 404 page.
The correct URL pattern seems to be: https://www.genenames.org/data/genegroup/#!/group/{$id}
Would it be possible to update the pattern to the correct one?
renatocjn commented
Thank you for bringing this to us, I have updated the pattern.