76abf9976eb5424081d97e0100e2f98548a4db25
lrnassar
  Fri Mar 10 16:14:38 2023 -0800
Adding maxWindowCoverage setting to a few tracks in RTS SNVs which take too long to load in big windows, refs #30815

diff --git src/hg/makeDb/trackDb/trackDb.ra src/hg/makeDb/trackDb/trackDb.ra
index 01ae3ca..68cd764 100644
--- src/hg/makeDb/trackDb/trackDb.ra
+++ src/hg/makeDb/trackDb/trackDb.ra
@@ -2915,30 +2915,31 @@
 termRegex ^[A-Za-z0-9_]+(\.[0-9]+)?
 query select chrom,chromStart,chromEnd,name from %s where name like '%s%%'
 searchPriority 20
 
 track spMut
 shortLabel UniProt Variants
 longLabel UniProt/SwissProt Amino Acid Substitutions
 group phenDis
 visibility hide
 type bigBed 12 +
 itemRgb on
 urls variationId="http://www.uniprot.org/uniprot/$$" uniProtId="http://www.uniprot.org/uniprot/$$" pmids="https://www.ncbi.nlm.nih.gov/pubmed/$$"
 mouseOverField comments
 exonNumbers off
 noScoreFilter on
+maxWindowCoverage 10000000
 
 track ncbiRefOverlap
 shortLabel NCBI Overlaps
 longLabel NCBI Gene Annotations with Exon Overlaps
 group genes
 visibility hide
 priority 1
 color 12,12,120
 type genePred 
 baseColorUseCds given
 baseColorDefault genomicCodons
 
 searchTable ucscToINSDC
 shortCircuit 1
 termRegex ^[A-Za-z0-9_]+(\.[0-9]+)?