5d12e4662634fcfea421ec57f86a9ef660c96c07
jnavarr5
  Wed Nov 6 16:00:20 2024 -0800
Removing the score filter since all fields are Zero. Adding a filter for the CNV type and sample_size, refs #34097

diff --git src/hg/makeDb/trackDb/human/decipher.alpha.ra src/hg/makeDb/trackDb/human/decipher.alpha.ra
index 6a518f5..ca10ce1 100644
--- src/hg/makeDb/trackDb/human/decipher.alpha.ra
+++ src/hg/makeDb/trackDb/human/decipher.alpha.ra
@@ -39,30 +39,33 @@
     nextExonText Right edge
     html decipherContainer.html
     parent decipherContainer
 
     track decipherDDG2P
     parent decipherContainer
     type bigBed 9 +
     shortLabel DECIPHER DDG2P
     longLabel DECIPHER: Developmental Disorders panel in the Gene2Phenotype database (DDG2P)
     bigDataUrl /gbdb/$D/decipher/ddg2pSyndromes.bb
     group phenDis
     visibility pack
     mouseOver <b>Position</b>: $chrom:${chromStart}-${chromEnd}<br> <b>Type of CNV</b>: $type<br> <b>Frequency of CNV</b>: $frequency<br> <b>Number of Observations</b>: $observations<br> <b>Sample Size of Study</b>: $sample_size<br>
     html decipherContainer.html
     searchIndex name
+    noScoreFilter on
+    filterValues.type loss,gain,del/dup
+    filter.sample_size 0
 
 
 searchTable decipher
 searchMethod exact
 searchType bigBed
 
 searchTable decipherDDG2P
 searchMethod exact
 searchType bigBed
 
 searchName decipherId
 searchTable decipher
 termRegex [0-9]+
 searchType bed
 searchPriority 50