diff biom_summarize_table.xml @ 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 2cc55cbcb4a3
children c395d0c2125e
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>