comparison macros.xml @ 1:020c78e91cc5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genebed_maf_to_fasta/ commit 95632be9aca24769ac192f2eb6a0454af21eff9e"
author iuc
date Tue, 10 Nov 2020 18:48:11 +0000
parents f24a9ff28d3c
children
comparison
equal deleted inserted replaced
0:f24a9ff28d3c 1:020c78e91cc5
33 <column name="name" index="0"/> 33 <column name="name" index="0"/>
34 <column name="value" index="1"/> 34 <column name="value" index="1"/>
35 <column name="indexed_for" index="2"/> 35 <column name="indexed_for" index="2"/>
36 <column name="exists_in_maf" index="3" /> 36 <column name="exists_in_maf" index="3" />
37 <column name="path" index="4" /> 37 <column name="path" index="4" />
38 <filter type="data_meta" ref="input1" key="dbkey" column="2" multiple="True" separator=","/>
39 <validator type="no_options" message="No alignments are available for the build associated with the selected interval file"/>
40 </options> 38 </options>
41 </param> 39 </param>
42 <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment"> 40 <param name="species" type="select" display="checkboxes" multiple="true" label="Choose species" help="Select species to be included in the final alignment. Results may not be easily predictable if the input species does not exist in the cached multi-alignment">
43 <options from_data_table="maf_indexes"> 41 <options from_data_table="maf_indexes">
44 <column name="value" index="3"/> 42 <column name="value" index="3"/>
45 <filter type="multiple_splitter" column="3" separator=","/> 43 <filter type="multiple_splitter" column="3" separator=","/>
46 </options> 44 </options>
47 </param> 45 </param>