diff mapBed.xml @ 37:ce3c7f062223 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 8e072170dd8f7b68fabbf29b1b0d7d14974b8b22"
author iuc
date Tue, 23 Mar 2021 20:23:14 +0000
parents dde39ba9c031
children 3e38c9b3214f
line wrap: on
line diff
--- a/mapBed.xml	Mon Jun 15 16:55:13 2020 -0400
+++ b/mapBed.xml	Tue Mar 23 20:23:14 2021 +0000
@@ -35,17 +35,7 @@
         </expand>
         <expand macro="split" />
         <expand macro="print_header" />
-        <conditional name="genome">
-            <param name="genome_choose" argument="-g" type="select"
-                label="Specify a genome file the defines the expected chromosome order in the input files." >
-                <option value="" selected="true">No</option>
-                <option value="-g">Yes</option>
-            </param>
-            <when value="-g">
-                <expand macro="input_conditional_genome_file" />
-            </when>
-            <when value="" />
-        </conditional>
+        <expand macro="input_optional_genome_file" />
     </inputs>
     <outputs>
         <data name="output" format_source="inputA" metadata_source="inputA" label="Mapping of ${inputB.name} into ${inputA.name}" />