diff heatmap.xml @ 2:10ff342adcbe draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 9d922676808c5f57e9c01b148eec6cc0a63c53e5
author iuc
date Fri, 13 Dec 2024 23:51:08 +0000
parents bed0e5074cc0
children 7b9178a6bffc
line wrap: on
line diff
--- a/heatmap.xml	Fri Sep 29 15:34:21 2023 +0000
+++ b/heatmap.xml	Fri Dec 13 23:51:08 2024 +0000
@@ -55,17 +55,21 @@
     <tests>
         <test expect_num_outputs="1">
             <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" />
-            <param name="desaturate" value="1" />
+            <section name="advanced_settings">
+                <param name="desaturate" value="1" />
+            </section>
             <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" >
                 <assert_contents><has_size value="9000" delta="5000" /></assert_contents>
             </output> 
         </test>
         <test expect_num_outputs="1">
-            <conditional name="Sample_sex">
-                <param name="sex" value="no" />
-            </conditional>
             <param name="filenames" ftype="tabular" value="tumor.cns,sample.cns" />
-            <param name="desaturate" value="1" />
+            <section name="advanced_settings">
+                <param name="desaturate" value="1" />
+                <conditional name="Sample_sex">
+                    <param name="sex" value="no" />
+                </conditional>
+            </section>
             <output name="out_heatmap_png" file="sample-heatmap.png" ftype="png" compare="sim_size" >
                 <assert_contents><has_size value="9000" delta="5000" /></assert_contents>
             </output>