Repository 'recentrifuge'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/recentrifuge

Changeset 3:b5407cc2bf51 (2023-08-31)
Previous changeset 2:824497684a1f (2022-10-31) Next changeset 4:12f0968f171c (2024-01-25)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
modified:
macro.xml
recentrifuge.xml
b
diff -r 824497684a1f -r b5407cc2bf51 macro.xml
--- a/macro.xml Mon Oct 31 18:18:11 2022 +0000
+++ b/macro.xml Thu Aug 31 04:46:52 2023 +0000
b
@@ -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">
b
diff -r 824497684a1f -r b5407cc2bf51 recentrifuge.xml
--- a/recentrifuge.xml Mon Oct 31 18:18:11 2022 +0000
+++ b/recentrifuge.xml Thu Aug 31 04:46:52 2023 +0000
b
@@ -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>