comparison macros.xml @ 0:0ad85e7db2fc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 6a0c9a857c1f4638ef18e106b1f8c0681303acc5"
author iuc
date Sun, 27 Sep 2020 10:07:44 +0000
parents
children 2e863710a2f0
comparison
equal deleted inserted replaced
-1:000000000000 0:0ad85e7db2fc
1 <?xml version='1.0' encoding='UTF-8'?>
2 <macros>
3 <token name="@WRAPPER_VERSION@">1.0</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">
12 <param name="reference_source" type="select" label="Choose the source for the reference genome">
13 <option value="cached" selected="true">locally cached</option>
14 <option value="history">from history</option>
15 </param>
16 </xml>
17 <xml name="citations">
18 <citations>
19 <citation type="bibtex">
20 @misc{None,
21 journal = {None},
22 author = {1. Stuber T},
23 title = {Manuscript in preparation},
24 year = {None},
25 url = {https://github.com/USDA-VS/vSNP},}
26 </citation>
27 </citations>
28 </xml>
29 </macros>
30