30f12992d85965a0ef8cb9238a3f292cb584cacf
lrnassar
  Thu May 26 20:19:56 2022 -0700
Fixing min value to 0.001 since the lowest in that field is 0.003, a decimal is needed since having just a 0 also displayed items with no value in that field. Refs #29152

diff --git src/hg/makeDb/trackDb/human/mtr.ra src/hg/makeDb/trackDb/human/mtr.ra
index 84705dd..9af1503 100644
--- src/hg/makeDb/trackDb/human/mtr.ra
+++ src/hg/makeDb/trackDb/human/mtr.ra
@@ -1,26 +1,26 @@
 track mtrBed
 shortLabel MTR All Data 
 longLabel MTR -  Missense Tolerance Ratio Scores all annotations
 parent constraintSuper
 visibility hide
 type bigBed 9 + 10
 itemRgb on
 mouseOver $ref>$alt $MTR ${MTR_centile}
 bigDataUrl /gbdb/$D/bbi/mtr2.bb
 html constraintSuper
-filter.MTR_centile 0.0001:25
+filter.MTR_centile 0.001:25
 filterByRange.MTR_centile on
 filterLimits.MTR_centile 0:100
 filterLabel.MTR_centile MTR Score percentile
 filter.MTR 0
 filterLabel.MTR MTR Score
 filter.FDR 0
 filterLabel.FDR False discovery rate
 filterValues.consequence missense_variant|Missense variant,synonymous_variant|Synonymous variant,stop_gained|Stop gained,NMD_transcript_variant|NMD transcript variant,splice_region_variant|Splice region variant,start_lost|Start lost,stop_retained_variant|Stop regained variant,incomplete_terminal_codon_variant|Incomplete codon variant,coding_sequence_variant|Coding sequence variant,splice_donor_variant|Splice donor variant,splice_acceptor_variant|Splice acceptor variant
 filterLabel.consequence Consequence
 priority 9.1
 
 track mtrScores
 shortLabel MTR Scores
 longLabel MTR - Missense Tolerance Ratio Scores by base
 type bigWig