Repository 'jbrowse2'
hg clone https://toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2

Changeset 103:dc3fe98e7b37 (2024-06-22)
Previous changeset 102:099370690407 (2024-06-22) Next changeset 104:9e3f69d9fed1 (2024-06-23)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a1537aea75fc902d0e38c0b7c698830a939648b1-dirty
modified:
jbrowse2.xml
b
diff -r 099370690407 -r dc3fe98e7b37 jbrowse2.xml
--- a/jbrowse2.xml Sat Jun 22 05:48:30 2024 +0000
+++ b/jbrowse2.xml Sat Jun 22 06:17:01 2024 +0000
[
@@ -225,7 +225,17 @@
                                     <trackShowLabels>${track.data_format.jbstyle.track_style.show_labels}</trackShowLabels>
                                     <trackShowDescriptions>${track.data_format.jbstyle.track_style.show_descriptions}</trackShowDescriptions>
                                 #end if
-
+                            #else if str($track.data_format.data_format_select) == "bigwig":
+                                <type>${track.data_format.jbstyle.track_style.display}</type>
+                                <color>${track.data_format.jbstyle.track_style.color}</color>
+                                <autoscale>${track.data_format.jbstyle.track_style.autoscale}</autoscale>
+                                <resolution>${track.data_format.jbstyle.track_style.resolution}</resolution>
+                                <summaryScoreMode>${track.data_format.jbstyle.track_style.summaryScoreMode}</summaryScoreMode>
+                                <filled>${track.data_format.jbstyle.track_style.filled}</filled>
+                                <scaleType>${track.data_format.jbstyle.track_style.scaleType}</scaleType>
+                                <displayCrossHatches>${track.data_format.jbstyle.track_style.displayCrossHatches}</displayCrossHatches>
+                                <minScore>${track.data_format.jbstyle.track_style.minScore}</minScore>
+                                <maxScore>${track.data_format.jbstyle.track_style.maxScore}</maxScore>
                             #end if
                             #if str($track.data_format.data_format_select) in ["bam", "cram"]:
                                 <type>LinearAlignmentsDisplay</type>