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

diff --git src/hg/lib/gencodeExonSupport.as src/hg/lib/gencodeExonSupport.as
new file mode 100644
index 0000000..f6e49b5
--- /dev/null
+++ src/hg/lib/gencodeExonSupport.as
@@ -0,0 +1,11 @@
+table gencodeExonSupport
+"GENCODE exon support from other datasets"
+   (
+    string transcriptId;   "GENCODE transcript identifier"
+    string seqId;          "Identifier of sequence supporting transcript"
+    string seqSrc;         "Source of supporting sequence"
+    string exonId;         "GENCODE exon identifier (not stable)"
+    string chrom;          "Chromosome"
+    uint chromStart;       "Start position in chromosome"
+    uint chromEnd;         "End position in chromosome"
+   )