Mercurial > repos > iuc > biom_convert
changeset 3:bd46669113b9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 3a3e9549dbaa39d32a8fe1f709a9aa89f2f55e72"
author | iuc |
---|---|
date | Sat, 26 Jun 2021 19:09:19 +0000 |
parents | 584008e574b2 |
children | 54ccb7e1f49a |
files | biom_convert.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/biom_convert.xml Fri Jan 24 16:40:37 2020 -0500 +++ b/biom_convert.xml Sat Jun 26 19:09:19 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="biom_convert" name="Convert" version="@VERSION@.3"> +<tool id="biom_convert" name="Convert" version="@VERSION@.4"> <description>between BIOM table formats</description> <macros> <import>macros.xml</import> @@ -113,7 +113,8 @@ <data format="biom1" name="output_fp"> <change_format> <when input="output.type_selector" value="tsv" format="tabular" /> - <when input="output.biom_type" value="hdf5" format="h5" /> + <when input="output.biom_type" value="json" format="biom1" /> + <when input="output.biom_type" value="hdf5" format="biom2" /> </change_format> </data> </outputs>