comparison macros.xml @ 3:2e863710a2f0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 2e312886647244b416c64eca91e1a61dd1be939b"
author iuc
date Thu, 10 Dec 2020 15:26:25 +0000
parents 0ad85e7db2fc
children 6dc6dd4666e3
comparison
equal deleted inserted replaced
2:4cc004985e27 3:2e863710a2f0
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <macros> 2 <macros>
3 <token name="@WRAPPER_VERSION@">1.0</token> 3 <token name="@WRAPPER_VERSION@">1.0</token>
4 <token name="@PROFILE@">19.09</token> 4 <token name="@PROFILE@">19.09</token>
5 <xml name="param_input_type">
6 <param name="input_type" type="select" label="Choose the category of the files to be analyzed">
7 <option value="single" selected="true">Single files</option>
8 <option value="collection">Collections of files</option>
9 </param>
10 </xml>
11 <xml name="param_reference_source"> 5 <xml name="param_reference_source">
12 <param name="reference_source" type="select" label="Choose the source for the reference genome"> 6 <param name="reference_source" type="select" label="Choose the source for the reference genome">
13 <option value="cached" selected="true">locally cached</option> 7 <option value="cached" selected="true">locally cached</option>
14 <option value="history">from history</option> 8 <option value="history">from history</option>
15 </param> 9 </param>