comparison biom_subset_table.xml @ 7:f594c9971185 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:05 +0000
parents 9d84e99a4253
children aab88b1cea31
comparison
equal deleted inserted replaced
6:83a5b43e3dbe 7:f594c9971185
13 --axis '$axis' 13 --axis '$axis'
14 --ids '$ids' 14 --ids '$ids'
15 ]]> 15 ]]>
16 </command> 16 </command>
17 <inputs> 17 <inputs>
18 <param name="input_json_fp" argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" /> 18 <param argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" />
19 <param argument="--axis" type="select" label="The axis to subset over"> 19 <param argument="--axis" type="select" label="The axis to subset over">
20 <option value="sample" selected="True">Sample</option> 20 <option value="sample" selected="True">Sample</option>
21 <option value="observation">Observation</option> 21 <option value="observation">Observation</option>
22 </param> 22 </param>
23 <param argument="--ids" type="data" format="txt,tabular" label="file containing a single column of IDs to retain" /> 23 <param argument="--ids" type="data" format="txt,tabular" label="file containing a single column of IDs to retain" />