Mercurial > repos > iuc > biom_subset_table
changeset 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 | 83a5b43e3dbe |
children | 6eaecade500b |
files | biom_subset_table.xml macros.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/biom_subset_table.xml Sat Jan 21 11:17:29 2023 +0000 +++ b/biom_subset_table.xml Wed Sep 13 18:53:05 2023 +0000 @@ -15,7 +15,7 @@ ]]> </command> <inputs> - <param name="input_json_fp" argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" /> + <param argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" /> <param argument="--axis" type="select" label="The axis to subset over"> <option value="sample" selected="True">Sample</option> <option value="observation">Observation</option>
--- a/macros.xml Sat Jan 21 11:17:29 2023 +0000 +++ b/macros.xml Wed Sep 13 18:53:05 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>