Previous changeset 2:584008e574b2 (2020-01-24) Next changeset 4:54ccb7e1f49a (2021-10-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 3a3e9549dbaa39d32a8fe1f709a9aa89f2f55e72" |
modified:
biom_convert.xml |
b |
diff -r 584008e574b2 -r bd46669113b9 biom_convert.xml --- a/biom_convert.xml Fri Jan 24 16:40:37 2020 -0500 +++ b/biom_convert.xml Sat Jun 26 19:09:19 2021 +0000 |
b |
@@ -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> |