a9d2ca6e689303f5e8ebf59f6f2ddb87f74dac4b
dschmelt
  Wed Jul 3 10:46:38 2019 -0700
Adding denseCoverage, hiding regions for crisprAll #23514

diff --git src/hg/makeDb/trackDb/crisprAll.ra src/hg/makeDb/trackDb/crisprAll.ra
index 5f4f7c4..5355797 100644
--- src/hg/makeDb/trackDb/crisprAll.ra
+++ src/hg/makeDb/trackDb/crisprAll.ra
@@ -1,32 +1,35 @@
 track crisprAll
 shortLabel CRISPR All
 longLabel CRISPR/Cas9 Sp. Pyog. target sites, whole genome
 group genes
 visibility hide
 type bed 3
 superTrack on
 html crisprAll
+tableBrowser noGenome
 
     track crisprAllRanges
     shortLabel CRISPR Regions All
     longLabel Genome regions processed to find CRISPR/Cas9 target sites, whole genome
-    visibility dense
+    visibility hide
     color 110,110,110
     type bed 3
     parent crisprAll
     html crisprAll
 
     track crisprAllTargets
     shortLabel CRISPR Targets All
     longLabel CRISPR/Cas9 -NGG Targets, whole genome
     visibility pack
     type bigBed 9 +
     itemRgb on
     parent crisprAll
     mouseOverField _mouseOver
     scoreLabel MIT Guide Specificity Score
     # details page is not using a mysql table but a tab-sep file
     detailsTabUrls _offset=/gbdb/$db/crisprAll/crisprDetails.tab
     url http://crispor.org/crispor.py?org=$D&pos=$S:${&pam=NGG
     urlLabel Click here to show this guide on Crispor.org, with expression oligos, validation primers and more
     html crisprAll
+    denseCoverage 0
+