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

diff --git src/hg/lib/gencodeToUniProt.as src/hg/lib/gencodeToUniProt.as
new file mode 100644
index 0000000..c65d022
--- /dev/null
+++ src/hg/lib/gencodeToUniProt.as
@@ -0,0 +1,8 @@
+table gencodeToUniProt
+"GENCODE transcript to UniProt peptide mapping"
+   (
+    string transcriptId; "GENCODE transcript identifier"
+    string acc; "UniProt/Swiss-Prot accession"
+    string name; "UniProt/Swiss-Prot entry name"
+    enum("SwissProt", "TrEMBL") dataset; "UniProt dataset"
+   )