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

Changeset 7:f594c9971185 (2023-09-13)
Previous changeset 6:83a5b43e3dbe (2023-01-21) Next changeset 8:6eaecade500b (2023-10-26)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
modified:
biom_subset_table.xml
macros.xml
b
diff -r 83a5b43e3dbe -r f594c9971185 biom_subset_table.xml
--- a/biom_subset_table.xml Sat Jan 21 11:17:29 2023 +0000
+++ b/biom_subset_table.xml Wed Sep 13 18:53:05 2023 +0000
b
@@ -15,7 +15,7 @@
         ]]>
     </command>
     <inputs>
-        <param name="input_json_fp" argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" />
+        <param argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" />
         <param argument="--axis" type="select" label="The axis to subset over">
             <option value="sample" selected="True">Sample</option>
             <option value="observation">Observation</option>
b
diff -r 83a5b43e3dbe -r f594c9971185 macros.xml
--- a/macros.xml Sat Jan 21 11:17:29 2023 +0000
+++ b/macros.xml Wed Sep 13 18:53:05 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>