Mercurial > repos > iuc > bedtools
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 53:73e3ca75370a | 54:b06c53665eb6 |
|---|---|
| 33 <expand macro="c_and_o_argument"> | 33 <expand macro="c_and_o_argument"> |
| 34 <param name="col" argument="-c" type="data_column" data_ref="inputB" label="Specify the column(s) from the B file to map onto intervals in A" help="Multiple columns can be specified in a comma-delimited list" /> | 34 <param name="col" argument="-c" type="data_column" data_ref="inputB" label="Specify the column(s) from the B file to map onto intervals in A" help="Multiple columns can be specified in a comma-delimited list" /> |
| 35 </expand> | 35 </expand> |
| 36 <expand macro="split" /> | 36 <expand macro="split" /> |
| 37 <expand macro="print_header" /> | 37 <expand macro="print_header" /> |
| 38 <conditional name="genome"> | 38 <expand macro="input_optional_genome_file" /> |
| 39 <param name="genome_choose" argument="-g" type="select" | |
| 40 label="Specify a genome file the defines the expected chromosome order in the input files." > | |
| 41 <option value="" selected="true">No</option> | |
| 42 <option value="-g">Yes</option> | |
| 43 </param> | |
| 44 <when value="-g"> | |
| 45 <expand macro="input_conditional_genome_file" /> | |
| 46 </when> | |
| 47 <when value="" /> | |
| 48 </conditional> | |
| 49 </inputs> | 39 </inputs> |
| 50 <outputs> | 40 <outputs> |
| 51 <data name="output" format_source="inputA" metadata_source="inputA" label="Mapping of ${inputB.name} into ${inputA.name}" /> | 41 <data name="output" format_source="inputA" metadata_source="inputA" label="Mapping of ${inputB.name} into ${inputA.name}" /> |
| 52 </outputs> | 42 </outputs> |
| 53 <tests> | 43 <tests> |
