| Previous changeset 7:b20d7592c0c8 (2023-09-13) Next changeset 9:dcd58d900b02 (2024-02-09) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 94b799bfabff7127794b8ed43d6d278f3f961222 |
|
modified:
biom_summarize_table.xml macros.xml |
| b |
| diff -r b20d7592c0c8 -r c395d0c2125e biom_summarize_table.xml --- a/biom_summarize_table.xml Wed Sep 13 18:53:39 2023 +0000 +++ b/biom_summarize_table.xml Thu Oct 26 07:28:57 2023 +0000 |
| b |
| @@ -20,7 +20,7 @@ <param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" /> </inputs> <outputs> - <data format="text" name="output_fp"/> + <data format="txt" name="output_fp"/> </outputs> <tests> <test> |
| b |
| diff -r b20d7592c0c8 -r c395d0c2125e macros.xml --- a/macros.xml Wed Sep 13 18:53:39 2023 +0000 +++ b/macros.xml Thu Oct 26 07:28:57 2023 +0000 |
| b |
| @@ -5,8 +5,8 @@ <yield/> </requirements> </xml> - <token name="@TOOL_VERSION@">2.1.14</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@TOOL_VERSION@">2.1.15</token> + <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command>biom --version</version_command> |