changeset 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
files bamtools-filter.xml macros.xml
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
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." >
--- a/macros.xml	Fri Jan 13 12:17:39 2023 +0000
+++ b/macros.xml	Fri Mar 15 13:49:20 2024 +0000
@@ -1,7 +1,12 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">2.5.2</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">bamtools</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement>