Mercurial > repos > iuc > interval2maf
comparison macros.xml @ 0:dc537f6496bd draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 1db2b3ee758847b8b63f58fb2075961003ff8c22"
| author | iuc |
|---|---|
| date | Fri, 17 Jul 2020 14:55:10 +0000 |
| parents | |
| children | 68c6983e47d2 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:dc537f6496bd |
|---|---|
| 1 <macros> | |
| 2 <xml name="requirements"> | |
| 3 <requirement type="package" version="0.8.9">bx-python</requirement> | |
| 4 <yield /> | |
| 5 </xml> | |
| 6 <xml name="citations"> | |
| 7 <citations> | |
| 8 <citation type="doi">10.1093/bioinformatics/btr398</citation> | |
| 9 </citations> | |
| 10 </xml> | |
| 11 <xml name="maf_source"> | |
| 12 <when value="cached"> | |
| 13 <param name="mafType" type="select" label="Choose alignments"> | |
| 14 <options from_data_table="maf_indexes"> | |
| 15 <filter type="data_meta" ref="input1" key="dbkey" column="2" multiple="True" separator=","/> | |
| 16 <validator type="no_options" message="No alignments are available for the build associated with the selected interval file"/> | |
| 17 </options> | |
| 18 </param> | |
| 19 <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment"> | |
| 20 <options from_data_table="maf_indexes"> | |
| 21 <column name="value" index="3"/> | |
| 22 <filter type="multiple_splitter" column="3" separator=","/> | |
| 23 </options> | |
| 24 </param> | |
| 25 </when> | |
| 26 </xml> | |
| 27 </macros> |
