Mercurial > repos > iuc > biom_subset_table
comparison biom_subset_table.xml @ 2:9d84e99a4253 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
author | iuc |
---|---|
date | Sat, 23 Oct 2021 21:31:35 +0000 |
parents | 806ff6f90364 |
children | f594c9971185 |
comparison
equal
deleted
inserted
replaced
1:b45ef5bb4241 | 2:9d84e99a4253 |
---|---|
1 <tool id="biom_subset_table" name="Subset" version="@VERSION@.1"> | 1 <tool id="biom_subset_table" name="Subset" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>a BIOM table</description> | 2 <description>a BIOM table</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
18 <param name="input_json_fp" argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" /> | 18 <param name="input_json_fp" 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="text,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" /> |
24 </inputs> | 24 </inputs> |
25 <outputs> | 25 <outputs> |
26 <data format="biom1" name="output_fp"/> | 26 <data format="biom1" name="output_fp"/> |
27 </outputs> | 27 </outputs> |
28 <tests> | 28 <tests> |