b98ba30fa69bf7ff12c58db12776589373e24e95
max
  Mon Nov 4 05:04:51 2019 -0800
splitting lovd track into composite with two subtracks, refs #24408

diff --git src/hg/makeDb/trackDb/human/trackDb.ra src/hg/makeDb/trackDb/human/trackDb.ra
index c873e6e..4aa17ba 100644
--- src/hg/makeDb/trackDb/human/trackDb.ra
+++ src/hg/makeDb/trackDb/human/trackDb.ra
@@ -3549,40 +3549,62 @@
         type bigBed 12 +
         release alpha
         bigDataUrl /gbdb/$D/bbi/cancerMutations/pancan33.bb
         urls case_id=https://portal.gdc.cancer.gov/cases/$$
         parent cancerMutations
 
         track tcgaBrca
         shortLabel Breast
         longLabel Cancer mutations: TCGA Breast Cancer
         type bigBed 12 +
         release alpha
         bigDataUrl /gbdb/$D/bbi/cancerMutations/BRCA.bb
         urls case_id=https://portal.gdc.cancer.gov/cases/$$
         parent cancerMutations
 
-track lovd
+track lovdComp
 shortLabel LOVD Variants
 longLabel Leiden Open Variation Database Public Variants
 group phenDis
 visibility hide
+compositeTrack on
+type bedDetail 6
+
+        track lovdShort
+        shortLabel LOVD Variants <= 100bp
+        longLabel Leiden Open Variation Database, short <=100bp variants
+        group phenDis
+        visibility hide
+        type bedDetail 6
+        url http://varcache.lovd.nl/redirect/$$
+        urlLabel Link to LOVD:
+        tableBrowser off lovd
+        noScoreFilter on
+        parent lovdComp
+
+        track lovdLong
+        shortLabel LOVD Variants > 100bp
+        longLabel Leiden Open Variation Database Public Variants, long >100bp variants
+        group phenDis
+        visibility hide
         type bedDetail 6
         url http://varcache.lovd.nl/redirect/$$
         urlLabel Link to LOVD:
         tableBrowser off lovd
         noScoreFilter on
+        parent lovdComp
+
 
 track hgmd
 shortLabel HGMD Variants
 longLabel Human Gene Mutation Database Public Variants
 group phenDis
 visibility hide
 itemRgb on
 type bigBed 9 .
 url http://www.hgmd.cf.ac.uk/ac/gene.php?gene=$P&accession=$p
 urlLabel Link to HGMD
 mouseOverField variantType
 tableBrowser off hgmd
 noScoreFilter on
 maxItems 1000