comparison macros.xml @ 1:68c6983e47d2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interval2maf/ commit 95632be9aca24769ac192f2eb6a0454af21eff9e"
author iuc
date Tue, 10 Nov 2020 18:47:15 +0000
parents dc537f6496bd
children 86765a767abd
comparison
equal deleted inserted replaced
0:dc537f6496bd 1:68c6983e47d2
9 </citations> 9 </citations>
10 </xml> 10 </xml>
11 <xml name="maf_source"> 11 <xml name="maf_source">
12 <when value="cached"> 12 <when value="cached">
13 <param name="mafType" type="select" label="Choose alignments"> 13 <param name="mafType" type="select" label="Choose alignments">
14 <options from_data_table="maf_indexes"> 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> 15 </param>
19 <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment"> 16 <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"> 17 <options from_data_table="maf_indexes">
21 <column name="value" index="3"/> 18 <column name="value" index="3"/>
22 <filter type="multiple_splitter" column="3" separator=","/> 19 <filter type="multiple_splitter" column="3" separator=","/>