3b2e14c90156120b53c5031856842de0c57ca58c
max
  Tue May 30 17:34:02 2017 -0700
gene interactions track: add to hgGene, patch GBIC/GBIB for it, refs #13634

diff --git src/hg/lib/ggSymbol.as src/hg/lib/ggSymbol.as
new file mode 100644
index 0000000..c66cf10
--- /dev/null
+++ src/hg/lib/ggSymbol.as
@@ -0,0 +1,5 @@
+table ggSymbol
+" list of all gene symbols in ggLink, to make the query in hgGene faster and simpler "
+    (
+    string geneSymbol index;       "Gene pair, symbol1 (first in alphabet)"
+    )