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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
@paaatrick , I'll take care of this - spent few hours debugging this and it turns out data provider associated with these HGNC primaryIDs is RGD and not HGNC - and since we resolve the primary source link using the gene's dataProvider - that explains why RGD's link is returned.
I have a working copy ... but will discuss the logic with the team before committing any change.
To do this right, this should be handled at the data level (as opposed to some special-casing in the frontend). Given that, this seems like at least a 0.3.1 thing.
example, on this page http://staging.alliancegenome.org/gene/HGNC:7154
the 'Primary source' link labeled HGNC:7154 is going here:
http://rgd.mcw.edu/rgdweb/report/gene/main.html?id=HGNC:7154
but should be going here:
http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=7154
The text was updated successfully, but these errors were encountered: