diff unionBedGraphs.xml @ 64:f6c88d2e9ae5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 73ebd55430874a3c1483b6dd6cce0482175482f9
author iuc
date Fri, 21 Feb 2025 21:38:34 +0000
parents 539958feb49c
children
line wrap: on
line diff
--- a/unionBedGraphs.xml	Thu Mar 02 08:50:31 2023 +0000
+++ b/unionBedGraphs.xml	Fri Feb 21 21:38:34 2025 +0000
@@ -66,43 +66,43 @@
     </outputs>
     <tests>
         <test>
-            <param name="tag_select" value="tag" />
-            <param name="inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
-            <param name="empty_selector" value="" />
+            <param name="tag|tag_select" value="tag" />
+            <param name="tag|inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
+            <param name="empty|empty_selector" value="" />
             <output name="output" file="unionBedGraphs_result1.bg" ftype="bedgraph" />
         </test>
         <test>
-            <param name="tag_select" value="tag" />
-            <param name="inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
-            <param name="header" value="True" />
-            <param name="empty_selector" value="" />
+            <param name="tag|tag_select" value="tag" />
+            <param name="tag|inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
+            <param name="header" value="true" />
+            <param name="empty|empty_selector" value="" />
             <output name="output" file="unionBedGraphs_result2.bg" ftype="bedgraph" />
         </test>
         <test>
-            <param name="tag_select" value="tag" />
-            <param name="inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
-            <param name="empty_selector" value="-empty" />
-            <param name="genome_file_opts_selector" value="hist" />
-            <param name="genome" value="unionBedGraphs1.len" ftype="tabular" />
+            <param name="tag|tag_select" value="tag" />
+            <param name="tag|inputs" value="unionBedGraphs1.bg,unionBedGraphs2.bg,unionBedGraphs3.bg" ftype="bedgraph" />
+            <param name="empty|empty_selector" value="-empty" />
+            <param name="empty|genome_file_opts|genome_file_opts_selector" value="hist" />
+            <param name="empty|genome_file_opts|genome" value="unionBedGraphs1.len" ftype="tabular" />
             <output name="output" file="unionBedGraphs_result3.bg" ftype="bedgraph" />
         </test>
         <test>
-            <param name="tag_select" value="custom" />
-            <repeat name="bedgraphs">
+            <param name="tag|tag_select" value="custom" />
+            <repeat name="tag|bedgraphs">
                 <param name="input" value="unionBedGraphs1.bg" ftype="bedgraph" />
                 <param name="custom_name" value="first" />
             </repeat>
-            <repeat name="bedgraphs">
+            <repeat name="tag|bedgraphs">
                 <param name="input" value="unionBedGraphs2.bg" ftype="bedgraph" />
                 <param name="custom_name" value="second" />
             </repeat>
-            <repeat name="bedgraphs">
+            <repeat name="tag|bedgraphs">
                 <param name="input" value="unionBedGraphs3.bg" ftype="bedgraph" />
                 <param name="custom_name" value="third" />
             </repeat>
-            <param name="empty_selector" value="-empty" />
-            <param name="genome_file_opts_selector" value="hist" />
-            <param name="genome" value="unionBedGraphs1.len" ftype="tabular" />
+            <param name="empty|empty_selector" value="-empty" />
+            <param name="empty|genome_file_opts|genome_file_opts_selector" value="hist" />
+            <param name="empty|genome_file_opts|genome" value="unionBedGraphs1.len" ftype="tabular" />
             <output name="output" file="unionBedGraphs_result4.bg" ftype="bedgraph" />
         </test>
     </tests>