changeset 3:b5407cc2bf51 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
author iuc
date Thu, 31 Aug 2023 04:46:52 +0000
parents 824497684a1f
children 12f0968f171c
files macro.xml recentrifuge.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macro.xml	Mon Oct 31 18:18:11 2022 +0000
+++ b/macro.xml	Thu Aug 31 04:46:52 2023 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-  <token name="@TOOL_VERSION@">1.10.0</token>
+  <token name="@TOOL_VERSION@">1.12.1</token>
   <token name="@VERSION_SUFFIX@">0</token>
   <token name="@PROFILE@">21.05</token>
   <xml name="version_command">
--- a/recentrifuge.xml	Mon Oct 31 18:18:11 2022 +0000
+++ b/recentrifuge.xml	Thu Aug 31 04:46:52 2023 +0000
@@ -187,9 +187,9 @@
         </section>
     <!-- Detailed more fine parameters -->
         <section name="more_advanced_option" title=" Fine tuning of algorithm parameters">
-            <param name="ctrlminscore" argument="--ctrlminscore" type="integer" optional="true" value="0" label="Minimum score in control samples to pass the filter" help="Minimum score/confidence of the classification of a read in control samples to pass the quality filter; it defaults to minscore"/>
-            <param name="ctrlmintaxa"  argument="--ctrlmintaxa"  type="integer" optional="true" value="0" label="Minimum taxa to avoid collapsing one level into the parent" help="If not specified a value will be automatically assigned"/>
-            <param name="summary" argument="--summary" type="select" label="Add a summary of the analysis (default is Add)" help="Select to 'add' summary samples to other samples, or to 'only' show summary samples or to 'avoid' summaries at all">
+            <param argument="--ctrlminscore" type="integer" optional="true" value="0" label="Minimum score in control samples to pass the filter" help="Minimum score/confidence of the classification of a read in control samples to pass the quality filter; it defaults to minscore"/>
+            <param argument="--ctrlmintaxa"  type="integer" optional="true" value="0" label="Minimum taxa to avoid collapsing one level into the parent" help="If not specified a value will be automatically assigned"/>
+            <param argument="--summary" type="select" label="Add a summary of the analysis (default is Add)" help="Select to 'add' summary samples to other samples, or to 'only' show summary samples or to 'avoid' summaries at all">
                 <option value="ADD" selected="true">Add</option>
                 <option value="ONLY">Only</option>
                 <option value="AVOID">Avoid</option>