4745c92b18f0c01f24e255944c02140a8b231a22
lrnassar
  Thu Mar 9 10:44:40 2023 -0800
Commenting out CGAP lines since the database is defunct now, refs #30695

diff --git src/hg/hgGene/hgGeneData/links.ra src/hg/hgGene/hgGeneData/links.ra
index 0d0b023..425881c 100644
--- src/hg/hgGene/hgGeneData/links.ra
+++ src/hg/hgGene/hgGeneData/links.ra
@@ -100,35 +100,35 @@
 
 #name gepis
 #shortLabel Gepis Tissue
 #tables kgXref
 #idSql select geneSymbol from kgXref where kgID = '%s'
 #url http://research-public.gene.com/cgi-bin/genentech/genehub-gepis/web_search.pl?intype=1&xrefid=%s&species=human
 #priority 10
 
 name treeFam
 shortLabel Treefam
 tables knownToTreefam
 idSql select value from knownToTreefam where name = '%s';
 url http://www.treefam.org/family/%s
 priority 10
 
-name cgap
-shortLabel CGAP
-tables cgapAlias kgXref
-idSql select cgapID from cgapAlias,kgXref where kgID = '%s' and geneSymbol = alias;
-priority 10
+#name cgap
+#shortLabel CGAP
+#tables cgapAlias kgXref
+#idSql select cgapID from cgapAlias,kgXref where kgID = '%s' and geneSymbol = alias;
+#priority 10
 
 name ensembl
 shortLabel Ensembl
 tables knownToEnsembl
 idSql select value from knownToEnsembl where name = '%s'
 priority 10
 
 #name modBase
 #shortLabel ModBase
 #tables hgFixed.modBaseLsSnp, kgXref
 #idSql select uniProtId from hgFixed.modBaseLsSnp where uniProtId = '%s'
 #nameSql select spDisplayId from kgXref where kgID = '%s'
 #url http://
 #priority 10