comparison macros.xml @ 0:e13b5be2de4e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqsero2 commit 2268c10b0cf71b1a1967ce84720137f01db24c3b
author iuc
date Tue, 07 Nov 2023 19:18:04 +0000
parents
children 5a9a6074d99b
comparison
equal deleted inserted replaced
-1:000000000000 0:e13b5be2de4e
1 <macros>
2 <token name="@TOOL_VERSION@">1.2.1</token>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="@TOOL_VERSION@">seqsero2</requirement>
6 </requirements>
7 </xml>
8 <macro name="select_workflow_type">
9 <param argument="-m" type="select" name="workflow" label="Workflow">
10 <option value="a" selected="true">allele</option>
11 <option value="k">k-mer</option>
12 </param>
13 </macro>
14 <xml name="citations">
15 <citations>
16 <citation type="doi">
17 https://doi.org/10.1128/AEM.01746-19
18 </citation>
19 </citations>
20 </xml>
21 </macros>