diff macros.xml @ 4:425c0494ec2d draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit 84de3bc96ad2859d87c70ba94d8ceb0b2bc2a0da
author recetox
date Tue, 07 May 2024 12:49:20 +0000
parents 6480c6d5fa36
children 1a2aeb8137bf
line wrap: on
line diff
--- a/macros.xml	Thu Oct 12 13:45:41 2023 +0000
+++ b/macros.xml	Tue May 07 12:49:20 2024 +0000
@@ -99,7 +99,11 @@
 
     <xml name="outputs">
         <outputs>
-             <data format_source="data" name="normalized_data"/>
+            <data name="normalized_data" format="tsv">
+                <change_format>
+                    <when input_dataset="data" attribute="ext" value="parquet" format="parquet" />
+                </change_format>
+            </data>
         </outputs>
     </xml>