Mercurial > repos > fubar > jbrowse2
diff macros.xml @ 62:ab0d6782a95f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 2b6d4a24585beb1ba5055e5d34aacb3b299b1943-dirty
author | fubar |
---|---|
date | Thu, 28 Mar 2024 04:51:06 +0000 |
parents | 81d535970196 |
children | c4eb6a85db70 |
line wrap: on
line diff
--- a/macros.xml Tue Mar 26 00:52:34 2024 +0000 +++ b/macros.xml Thu Mar 28 04:51:06 2024 +0000 @@ -138,6 +138,7 @@ </param> </xml> + <xml name="general_options"> <section name="jbgen" title="General JBrowse Options [Advanced]" expanded="false"> <conditional name="ucol"> @@ -372,7 +373,10 @@ <option value="LinearAlignmentsDisplay" selected="true">LinearAlignmentsDisplay</option> <option value="LinearPileupDisplay">LinearPileupDisplay</option> <option value="LinearSNPCoverageDisplay">LinearSNPCoverageDisplay</option> + <option value="LinearReadArcsDisplay">LinearReadArcsDisplay</option> + <option value="LinearReadCloudDisplay">LinearReadCloudDisplay</option> </param> + <!-- TODO check if possible to handle more options than just the display style--> <when value="LinearAlignmentsDisplay"/> <when value="LinearPileupDisplay"/> <when value="LinearSNPCoverageDisplay"> @@ -380,6 +384,8 @@ <param name="minScore" label="Min score" type="integer" value="" optional="true"/> <param name="maxScore" label="Max score" type="integer" value="" optional="true"/> </when> + <when value="LinearReadArcsDisplay"/> + <when value="LinearReadCloudDisplay"/> </conditional> </section> </xml> @@ -389,10 +395,12 @@ <conditional name="track_style"> <param name="display" type="select" label="Display style" help="How the track will be displayed by default"> <option value="LinearVariantDisplay" selected="true">LinearVariantDisplay</option> + <option value="LinearPairedArcDisplay">LinearPairedArcDisplay</option> </param> <when value="LinearVariantDisplay"> <expand macro="track_styling_linear"/> </when> + <when value="LinearPairedArcDisplay"/> </conditional> </section> </xml> @@ -430,6 +438,7 @@ </section> </xml> + <!-- TODO use this --> <xml name="track_menu"> <section name="jbmenu" title="JBrowse Contextual Menu options [Advanced]" expanded="false"> <repeat name="track_menu" title="Track Menu">