7f5a39fa7ecbf668c7ec0cc077dc7b7821fae06c
max
  Thu May 11 15:27:16 2017 -0700
adding .as files for interactions tracks, refs #13634

diff --git src/hg/lib/ggLinkEvent.as src/hg/lib/ggLinkEvent.as
new file mode 100644
index 0000000..e1a8cca
--- /dev/null
+++ src/hg/lib/ggLinkEvent.as
@@ -0,0 +1,7 @@
+table ggLink
+" hgcGeneGraph relationship between genes and events. The event itself is stored in ggEventDb if it is derived from a a database or ggEventText if derived from text mining "
+    (
+    string gene1 index;       "Gene pair, symbol1 (first in alphabet)"
+    string gene2;       "Gene pair, symbol2 (second in alphabet)"
+    string eventId;     "eventId to lookup more details for a gene pair "
+    )