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

diff --git src/hg/lib/gencodeToRefSeq.as src/hg/lib/gencodeToRefSeq.as
new file mode 100644
index 0000000..193e07c
--- /dev/null
+++ src/hg/lib/gencodeToRefSeq.as
@@ -0,0 +1,7 @@
+table gencodeToRefSeq
+"GENCODE transcript to RefSeq mRNA or non-coding RNA and peptide accession mapping"
+   (
+    string transcriptId; "GENCODE transcript identifier"
+    string rnaAcc; "RefSeq mRNA or non-coding RNA accession"
+    string pepAcc; "RefSeq peptide identifier for coding accession"
+   )