b42d55adccb651b2e4ee05c4fc4bf7d7c79051d4
max
  Mon Jan 8 05:47:44 2024 -0800
adding biogrid orcs link to hgGene, refs #24292

diff --git src/hg/hgGene/hgGeneData/Human/links.ra src/hg/hgGene/hgGeneData/Human/links.ra
index 6e9c7ac..6e2a22c 100644
--- src/hg/hgGene/hgGeneData/Human/links.ra
+++ src/hg/hgGene/hgGeneData/Human/links.ra
@@ -133,15 +133,21 @@
 name hgGeneGraph
 shortLabel Gene interactions
 tables hgFixed.ggSymbol kgXref
 idSql SELECT ggSymbol.geneSymbol FROM hgFixed.ggSymbol, kgXref where (kgXref.geneSymbol = ggSymbol.geneSymbol) and kgId='%s'
 url hgGeneGraph?gene=%s
 hgsid on
 priority 2
 
 name myGene2
 shortLabel myGene2
 tables knownToMyGene2
 idSql select value from knownToMyGene2 where name = '%s'
 url https://mygene2.org/MyGene2/variantsbygene?gene=%s
 priority 10
 
+name orcs
+shortLabel BioGrid ORCS
+tables kgXref hgFixed.refLink
+idSql select hgFixed.refLink.locusLinkId from kgXref,hgFixed.refLink where kgID = '%s' and kgXref.refseq = hgFixed.refLink.mrnaAcc
+url https://orcs.thebiogrid.org/Gene/%s
+priority 12