6452a01362d66b305bfda62b217901d0da0c587f
braney
  Fri Nov 1 11:00:59 2024 -0700
add cart rewrite for decipher tracks moving into supertrack

diff --git src/hg/makeDb/trackDb/human/decipher.alpha.ra src/hg/makeDb/trackDb/human/decipher.alpha.ra
index 885b591..25ac47d 100644
--- src/hg/makeDb/trackDb/human/decipher.alpha.ra
+++ src/hg/makeDb/trackDb/human/decipher.alpha.ra
@@ -1,56 +1,57 @@
 track decipherContainer
 superTrack on
 shortLabel DECIPHER
 longLabel DECIPHER
+cartVersion 7
 group phenDis
 
     track decipher
     shortLabel DECIPHER CNVs
     longLabel DECIPHER CNVs
     group phenDis
     visibility pack
     type bigBed 9 +
     itemRgb on
     tableBrowser off knownCanonToDecipher knownToDecipher decipherRaw
     bigDataUrl /gbdb/$D/decipher/decipherCnv.bb
     url https://www.deciphergenomics.org/patient/$$
     urlLabel Decipher Patient View:
     filter.size 0
     filterByRange.size on
     filterLimits.size 2:170487333
     filterValues.variant_class Amplification,Copy-Number Gain,Deletion,Duplication,Duplication/Trip
     filterValues.pathogenicity Benign,Likely Benign,Likely Pathogenic,Pathogenic,Uncertain,Unknown
     mergeSpannedItems on
     searchIndex name
     mouseOverField _mouseOvera
     html decipher
     parent decipherContainer
 
     track decipherSnvs
     shortLabel DECIPHER SNVs
     longLabel DECIPHER: Chromosomal Imbalance and Phenotype in Humans (SNVs)
     group phenDis
     visibility pack
     color 0,0,0
     type bed 4
     tableBrowser off decipherSnvsRaw
     prevExonText Left edge
     nextExonText Right edge
     html decipher
     parent decipherContainer
 
 searchTable decipher
 searchMethod exact
 searchType bigBed
 
 searchName decipherId
 searchTable decipher
 termRegex [0-9]+
 searchType bed
 searchPriority 50
 
 searchName decipherSnvsId
 searchTable decipherSnvs
 termRegex [0-9]+
 searchType bed
 searchPriority 50