Skip to content

Commit

Permalink
add new configs for Erez' data
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenheyne committed Oct 8, 2019
1 parent 51e81f8 commit acc8b5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion trackHub_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -139,6 +141,9 @@
"N25_segmentation.paper_colors": {
"type": "bigBed 9 +",
"visibility": "dense"},
"Roadmap_6marks": {
"type": "bigBed 9 +",
"visibility": "dense"},
}

composite_default = {"track": None,
Expand Down

0 comments on commit acc8b5b

Please sign in to comment.