Mercurial > repos > fubar > jbrowse2
diff macros.xml @ 5:efc64d8f4b72 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 79e81bef99f582680d9aa4eec88980c675f3fae9
author | fubar |
---|---|
date | Tue, 09 Jan 2024 05:24:48 +0000 |
parents | 2de9f585505b |
children | 9a168aa68f06 |
line wrap: on
line diff
--- a/macros.xml Tue Jan 09 02:37:42 2024 +0000 +++ b/macros.xml Tue Jan 09 05:24:48 2024 +0000 @@ -280,8 +280,8 @@ </xml> <xml name="track_styling_linear"> - <param label="Show labels" name="show_labels" type="boolean" checked="true" truevalue="true" falsevalue="false" /> - <param label="Show descriptions" name="show_descriptions" type="boolean" checked="true" truevalue="true" falsevalue="false" /> + <param label="Show labels" name="show_labels" type="boolean" checked="false" truevalue="true" falsevalue="false" /> + <param label="Show descriptions" name="show_descriptions" type="boolean" checked="false" truevalue="true" falsevalue="false" /> <param name="display_mode" type="select" label="Display mode"> <option value="normal" selected="true">normal</option> <option value="compact">compact</option> @@ -296,8 +296,12 @@ <conditional name="track_style"> <param name="display" type="select" label="Display style" help="How the track will be displayed by default"> <option value="LinearBasicDisplay" selected="true">LinearBasicDisplay</option> + <option value="LinearPileupDisplay">LinearPileupDisplay - good for dense tracks at scale</option> <option value="LinearArcDisplay">LinearArcDisplay</option> </param> + <when value="LinearPileupDisplay"> + <expand macro="track_styling_linear"/> + </when> <when value="LinearBasicDisplay"> <expand macro="track_styling_linear"/>