comparison biom_summarize_table.xml @ 8:c395d0c2125e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 94b799bfabff7127794b8ed43d6d278f3f961222
author iuc
date Thu, 26 Oct 2023 07:28:57 +0000
parents b20d7592c0c8
children dcd58d900b02
comparison
equal deleted inserted replaced
7:b20d7592c0c8 8:c395d0c2125e
18 <param argument="--input-fp" type="data" format="biom1" label="Input BIOM table" /> 18 <param argument="--input-fp" type="data" format="biom1" label="Input BIOM table" />
19 <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" /> 19 <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" />
20 <param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" /> 20 <param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" />
21 </inputs> 21 </inputs>
22 <outputs> 22 <outputs>
23 <data format="text" name="output_fp"/> 23 <data format="txt" name="output_fp"/>
24 </outputs> 24 </outputs>
25 <tests> 25 <tests>
26 <test> 26 <test>
27 <param name="input_fp" value="input_abundance_1.biom1" /> 27 <param name="input_fp" value="input_abundance_1.biom1" />
28 <param name="qualitative" value="" /> 28 <param name="qualitative" value="" />