Mercurial > repos > iuc > bedtools
diff mapBed.xml @ 54:b06c53665eb6 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:21:30 +0000 |
| parents | df28283b3778 |
| children | 7a06bb42dbb1 |
line wrap: on
line diff
--- a/mapBed.xml Mon Jun 15 20:49:30 2020 +0000 +++ b/mapBed.xml Tue Mar 23 20:21:30 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}" />
