comparison macros.xml @ 2:d262577e04b0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vardict commit c247c47e1bc869c9094997f5052ce31367e10b1e"
author iuc
date Tue, 16 Nov 2021 19:05:56 +0000
parents 5f756651a1bc
children e0734e88a104
comparison
equal deleted inserted replaced
1:5f756651a1bc 2:d262577e04b0
1 <macros> 1 <macros>
2 <token name="@VERSION_SUFFIX@">0</token> 2 <token name="@VERSION_SUFFIX@">0</token>
3 <token name="@TOOL_VERSION@">1.8.1</token> 3 <token name="@TOOL_VERSION@">1.8.3</token>
4 <xml name="ref_select"> 4 <xml name="ref_select">
5 <conditional name="reference_source"> 5 <conditional name="reference_source">
6 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome file"> 6 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome file">
7 <option value="cached" selected="True">Use a built-in genome</option> 7 <option value="cached" selected="true">Use a built-in genome</option>
8 <option value="history">Use a genome from the history</option> 8 <option value="history">Use a genome from the history</option>
9 </param> 9 </param>
10 <when value="cached"> 10 <when value="cached">
11 <param name="ref_file" type="select" label="Reference Genome File"> 11 <param name="ref_file" type="select" label="Reference Genome File">
12 <options from_data_table="fasta_indexes"/> 12 <options from_data_table="fasta_indexes"/>