Mercurial > repos > iuc > interval2maf
view macros.xml @ 2:2bb222cdbdea draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 09:06:20 +0000 |
| parents | 68c6983e47d2 |
| children | 86765a767abd |
line wrap: on
line source
<macros> <xml name="requirements"> <requirement type="package" version="0.8.9">bx-python</requirement> <yield /> </xml> <xml name="citations"> <citations> <citation type="doi">10.1093/bioinformatics/btr398</citation> </citations> </xml> <xml name="maf_source"> <when value="cached"> <param name="mafType" type="select" label="Choose alignments"> <options from_data_table="maf_indexes" /> </param> <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment"> <options from_data_table="maf_indexes"> <column name="value" index="3"/> <filter type="multiple_splitter" column="3" separator=","/> </options> </param> </when> </xml> </macros>
