f0629a14aa9fc291af54385b5d2b960e0f785f9f
max
  Thu May 11 16:05:55 2017 -0700
adding two more .as files, refs #13634

diff --git src/hg/lib/ggGeneName.as src/hg/lib/ggGeneName.as
new file mode 100644
index 0000000..798c506
--- /dev/null
+++ src/hg/lib/ggGeneName.as
@@ -0,0 +1,7 @@
+table ggGeneName
+" gene names for the gene interactions track "
+    (
+    string gene;          "gene symbol"
+    string text;          "short description of the gene"
+    string prevSyms;      "previous/alternative symbols (synonyms) according to HGNC"
+    )