95efc27edf24bba8d0c7e53d2ef4aead59982826
braney
  Mon Jun 15 18:29:39 2020 -0700
Merging in our gencode merge code to master branch

diff --git src/hg/lib/gencodeToGeneSymbol.as src/hg/lib/gencodeToGeneSymbol.as
new file mode 100644
index 0000000..9415eb7
--- /dev/null
+++ src/hg/lib/gencodeToGeneSymbol.as
@@ -0,0 +1,7 @@
+table gencodeToGeneSymbol
+"GENCODE transcript to official gene symbol.  For human, this is the HUGO Gene Nomenclature Committee (HGNC) gene symbo.  For mouse, this is the Mouse Genome Informatics (MGI) gene symbol."
+   (
+    string transcriptId; "GENCODE transcript identifier"
+    string symbol; "HGNC/MGI gene symbol"
+    string geneId; "HGNC/MGI symbol id used by database"
+   )