comparison macros.xml @ 0:ec6e02f4eab7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 95b221f68d19702681babd765c67caeeb24e7f1d"
author iuc
date Tue, 16 Nov 2021 08:26:58 +0000
parents
children 9ac0b1d5560d
comparison
equal deleted inserted replaced
-1:000000000000 0:ec6e02f4eab7
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_reference_source">
6 <param name="reference_source" type="select" label="Choose the source for the reference genome">
7 <option value="cached" selected="true">locally cached</option>
8 <option value="history">from history</option>
9 </param>
10 </xml>
11 <xml name="citations">
12 <citations>
13 <citation type="bibtex">
14 @misc{None,
15 journal = {None},
16 author = {1. Stuber T},
17 title = {Manuscript in preparation},
18 year = {None},
19 url = {https://github.com/USDA-VS/vSNP},}
20 </citation>
21 </citations>
22 </xml>
23 </macros>
24