Mercurial > repos > devteam > bamtools_filter
diff bamtools-filter.xml @ 11:993b19f20c76 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_filter commit 5ebe920838ab3c36e93d620c479df17f43f8e336
author | iuc |
---|---|
date | Fri, 15 Mar 2024 13:49:20 +0000 |
parents | 108db6635177 |
children |
line wrap: on
line diff
--- a/bamtools-filter.xml Fri Jan 13 12:17:39 2023 +0000 +++ b/bamtools-filter.xml Fri Mar 15 13:49:20 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <command detect_errors="exit_code"> <![CDATA[ @@ -171,7 +172,10 @@ </repeat> </repeat> <conditional name="rule_configuration"> - <param name="rules_selector" type="boolean" truevalue="true" falsevalue="false" label="Would you like to set rules?" help="Allows complex logical constructs. See Example 4 below." /> + <param name="rules_selector" type="select" label="Would you like to set rules?" help="Allows complex logical constructs. See Example 4 below."> + <option value="false">False</option> + <option value="true" selected="true">True</option> + </param> <when value="false"/> <when value="true"> <param name="rules" type="text" label="Enter rules here" help="This option can only be used with at least two conditions. Read help below (Example 4) to understand how it works." >