1f8eb9eed9dc2b3541cc190331541757d183281f
markd
  Sat Apr 13 09:23:37 2024 -0700
combined MGC and ORFeome into a super track on hg38, hg19, and mm10. RM 13827

diff --git src/hg/makeDb/trackDb/trackDb.mgc-orfeome.ra src/hg/makeDb/trackDb/trackDb.mgc-orfeome.ra
new file mode 100644
index 0000000..51e4ccd
--- /dev/null
+++ src/hg/makeDb/trackDb/trackDb.mgc-orfeome.ra
@@ -0,0 +1,54 @@
+# include this file with MGC and ORFeome are combined in a super track.
+
+track mgcOrfeomeMrna
+shortLabel MGC/ORFeome Genes
+longLabel MGC/ORFeome Full ORF mRNA Clones
+superTrack on
+group genes
+visibility hide
+
+    track mgcFullMrna
+    parent mgcOrfeomeMrna
+    shortLabel MGC Genes
+    longLabel Mammalian Gene Collection Full ORF mRNAs
+    group genes
+    visibility pack
+    color 0,100,0
+    type psl
+    baseColorDefault diffCodons
+    baseColorUseCds genbank
+    baseColorUseSequence genbank
+    indelDoubleInsert on
+    indelQueryInsert on
+    showDiffBasesAllScales .
+    showDiffBasesMaxZoom 10000.0
+    showCdsAllScales .
+    showCdsMaxZoom 10000.0
+
+    searchTable mgcFullMrna
+    searchType psl
+    searchPriority 25
+    semiShortCircuit 1
+
+    track orfeomeMrna
+    parent mgcOrfeomeMrna
+    shortLabel ORFeome Clones
+    longLabel ORFeome Collaboration Gene Clones
+    group genes
+    visibility pack
+    color 34,139,34
+    type psl
+    baseColorDefault diffCodons
+    baseColorUseCds genbank
+    baseColorUseSequence genbank
+    indelDoubleInsert on
+    indelQueryInsert on
+    showDiffBasesAllScales .
+    showDiffBasesMaxZoom 10000.0
+    showCdsAllScales .
+    showCdsMaxZoom 10000.0
+
+    searchTable orfeomeMrna
+    searchType psl
+    searchPriority 25
+    semiShortCircuit 1