06d7be056190c14b85e71bc12523f18ea6815b5e
markd
  Mon Dec 7 00:50:29 2020 -0800
BLAT mmap index support merge with master

diff --git src/hg/hgGene/hgGeneData/Human/links.ra src/hg/hgGene/hgGeneData/Human/links.ra
index d342df8..5838b7b 100644
--- src/hg/hgGene/hgGeneData/Human/links.ra
+++ src/hg/hgGene/hgGeneData/Human/links.ra
@@ -92,36 +92,37 @@
 
 name HInv
 shortLabel H-INV
 tables knownToHInv
 idSql select HInv.mrnaAcc from HInv, knownToHInv where knownToHInv.name = '%s' and HInv.geneId = knownToHInv.value
 url http://h-invitational.jp/hinv/spsoup/transcript_view?hit_id=%s
 priority 10
 
 name geneNetwork
 shortLabel GeneNetwork
 tables geneNetworkId
 idSql select Id from geneNetworkId, knownToRefSeq where Id = value and name='%s'
 url http://www.genenetwork.org/webqtl/WebQTL.py?cmd=sch&refseq=%s&species=human
 priority 10
 
-name stanfordSource
-shortLabel Stanford SOURCE
-tables kgXref
-idSql select mRNA from kgXref where kgID = '%s'
-url http://smd.stanford.edu/cgi-bin/source/sourceResult?organism=Hs&option=Number&criteria=%s&choice=Gene
-priority 10
+# stopped working in late 2020
+#name stanfordSource
+#shortLabel Stanford SOURCE
+#tables kgXref
+#idSql select mRNA from kgXref where kgID = '%s'
+#url http://smd.stanford.edu/cgi-bin/source/sourceResult?organism=Hs&option=Number&criteria=%s&choice=Gene
+#priority 10
 
 name nextProt
 shortLabel neXtProt
 tables knownToNextProt
 idSql select value from knownToNextProt where name = '%s';
 url http://www.nextprot.org/db/entry/%s
 priority 10
 
 name lynx
 shortLabel Lynx
 tables knownToLynx
 idSql select value from knownToLynx where name = '%s';
 url http://lynx.cri.uchicago.edu/gene/?geneid=%s
 priority 10