Closed childers closed 7 years ago
The display has an off-by-one issue, which isn't really obvious unless the windowsize and windowdelta are set to 1. Below is a screenshot with a BigWig GC track "GC Content" and below that the GCContent plugin based of the sequenceChunk.
"maxExportSpan": 500000, "autoscale": "global", "logScaleOption": false, "style": { "height": 31, "pos_color": "#0000ff", "neg_color": "#ffff00", "bg_color": "rgba(230,230,230,1)", "clip_marker_color": "black" }, "min_score": 0, "max_score": 1, "windowSize": 1, "windowDelta": 1, "gcMode": "content", "bicolor_pivot": 0.5, "scoreType": "avgScore", "storeClass": "JBrowse/Store/SeqFeature/SequenceChunks", "urlTemplate": "seq/{refseq_dirpath}/{refseq}-", "label": "GCContent", "type": "GCContent/View/Track/GCContent",
Added a potential fix on master, feel free to try out :)
This looks like it fixed the off-by-one issue. Thanks!
The display has an off-by-one issue, which isn't really obvious unless the windowsize and windowdelta are set to 1. Below is a screenshot with a BigWig GC track "GC Content" and below that the GCContent plugin based of the sequenceChunk.