From acc8b5be99d46dd8cf5ce9748541fc031c96c09f Mon Sep 17 00:00:00 2001 From: Steffen Heyne Date: Tue, 8 Oct 2019 11:08:42 +0200 Subject: [PATCH] add new configs for Erez' data --- trackHub_generator.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/trackHub_generator.py b/trackHub_generator.py index da19ab4..ea7d991 100755 --- a/trackHub_generator.py +++ b/trackHub_generator.py @@ -107,10 +107,12 @@ ## more specific patterns should come first in dict as we break loop after first match ## if matching, then the specifc track values are added or overwritten bigwig_specific = { + "EpM93_ND|EpM95_ND": { + "viewLimits": "0:10"}, "CD24.*H3K27ac": { "viewLimits": "0:30"}, "CD24.*H3K27me3": { - "viewLimits": "0:20"}, + "viewLimits": "0:20"}, "methyl|WGBS": { "viewLimits": "0:100", "maxHeightPixels": "500:30:8"}, @@ -139,6 +141,9 @@ "N25_segmentation.paper_colors": { "type": "bigBed 9 +", "visibility": "dense"}, + "Roadmap_6marks": { + "type": "bigBed 9 +", + "visibility": "dense"}, } composite_default = {"track": None,