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

diff --git src/hg/lib/ggDoc.as src/hg/lib/ggDoc.as
new file mode 100644
index 0000000..60818f3
--- /dev/null
+++ src/hg/lib/ggDoc.as
@@ -0,0 +1,13 @@
+table ggDoc
+" hgcGeneGraph: meta information of a document, author, year, title, etc"
+    (
+    string docId index;       "identifier of document, if integer assumed to be a PMID"
+    lstring authors;   "semicolon-separated list of authors"
+    string year;   "year of publication"
+    string journal;   "name of journal"
+    string printIssn;   "ISSN of journal"
+    lstring title;   "title of article"
+    lstring abstract;   "abstract of article"
+    lstring context;   "MESH keywords of article, |-separated"
+    int resCount;   "number of pairs associated to this article in curated databases"
+    )