Mercurial > repos > bgruening > antismash
comparison macros.xml @ 4:e78e25d3b4bd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
author | bgruening |
---|---|
date | Tue, 31 May 2022 14:04:07 +0000 |
parents | |
children | bc88856eddab |
comparison
equal
deleted
inserted
replaced
3:5784e268efca | 4:e78e25d3b4bd |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">6.1.1</token> | |
3 <token name="@VERSION_SUFFIX@">0</token> | |
4 <xml name="requirements"> | |
5 <requirements> | |
6 <requirement type="package" version="@TOOL_VERSION@">antismash</requirement> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="bio_tools"> | |
10 <xrefs> | |
11 <xref type="bio.tools">antismash</xref> | |
12 </xrefs> | |
13 </xml> | |
14 <xml name="citations"> | |
15 <citations> | |
16 <citation type="doi">>10.1093/nar/gkv437</citation> | |
17 </citations> | |
18 </xml> | |
19 <xml name="genefinding"> | |
20 <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding" | |
21 help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding"> | |
22 <yield/> | |
23 <option value="glimmerhmm">GlimmerHMM</option> | |
24 <option value="none">None</option> | |
25 <option value="error">Error</option> | |
26 </param> | |
27 </xml> | |
28 </macros> |