changeset 4:c28ae730d228 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:06:11 +0000
parents c7894042022c
children 14b4ce9921b5
files biom_convert.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/biom_convert.xml	Fri Jan 24 21:37:59 2020 +0000
+++ b/biom_convert.xml	Sat Jun 26 19:06:11 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>