changeset 103:dc3fe98e7b37 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a1537aea75fc902d0e38c0b7c698830a939648b1-dirty
author fubar
date Sat, 22 Jun 2024 06:17:01 +0000
parents 099370690407
children 9e3f69d9fed1
files jbrowse2.xml
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>