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

Changeset 7:e34a4fe24d77 (2023-09-13)
Previous changeset 6:516e071e9c66 (2023-01-21) Next changeset 8:77174295b6f4 (2023-10-26)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
modified:
biom_normalize_table.xml
macros.xml
b
diff -r 516e071e9c66 -r e34a4fe24d77 biom_normalize_table.xml
--- a/biom_normalize_table.xml Sat Jan 21 11:16:49 2023 +0000
+++ b/biom_normalize_table.xml Wed Sep 13 18:52:54 2023 +0000
b
@@ -16,9 +16,9 @@
         ]]>
     </command>
     <inputs>
-        <param name="input_fp" argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" />
-        <param name="relative_abund" argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" />
-        <param name="presence_absence" argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" />
+        <param argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" />
+        <param argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" />
+        <param argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" />
         <param argument="--axis" type="select" label="The axis to normalize over">
             <option value="sample" selected="True">Sample</option>
             <option value="observation">Observation</option>
b
diff -r 516e071e9c66 -r e34a4fe24d77 macros.xml
--- a/macros.xml Sat Jan 21 11:16:49 2023 +0000
+++ b/macros.xml Wed Sep 13 18:52:54 2023 +0000
b
@@ -6,7 +6,7 @@
         </requirements>
     </xml>
     <token name="@TOOL_VERSION@">2.1.14</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">21.05</token>
     <xml name="version_command">
         <version_command>biom --version</version_command>