Mercurial > repos > iuc > vsnp_determine_ref_from_data
comparison macros.xml @ 0:12f2b14549f6 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 524a39e08f2bea8b8754284df606ff8dd27ed24b"
author | iuc |
---|---|
date | Wed, 02 Dec 2020 09:11:24 +0000 |
parents | |
children | b03e88e7bb1d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:12f2b14549f6 |
---|---|
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 |