changeset 7:b20d7592c0c8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
author iuc
date Wed, 13 Sep 2023 18:53:39 +0000
parents 4720da8c2ebf
children c395d0c2125e
files biom_summarize_table.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/biom_summarize_table.xml	Sat Jan 21 11:16:59 2023 +0000
+++ b/biom_summarize_table.xml	Wed Sep 13 18:53:39 2023 +0000
@@ -15,7 +15,7 @@
         ]]>
     </command>
     <inputs>
-        <param name="input_fp" argument="--input-fp" type="data" format="biom1" label="Input BIOM table" />
+        <param argument="--input-fp" type="data" format="biom1" label="Input BIOM table" />
         <param argument="--qualitative" type="boolean" checked="True" truevalue="--qualitative" falsevalue="" label="Present counts as number of unique observation ids per sample, rather than counts of observations per sample" />
         <param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" />
     </inputs>
--- a/macros.xml	Sat Jan 21 11:16:59 2023 +0000
+++ b/macros.xml	Wed Sep 13 18:53:39 2023 +0000
@@ -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>