Mercurial > repos > bgruening > gfastats
comparison macros.xml @ 7:3ef480892a9f draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 70ba23af483a5a7edc5d5b4205b32ff77773f87a
author | bgruening |
---|---|
date | Fri, 23 Dec 2022 20:00:51 +0000 |
parents | 690c2caa367e |
children | 6ec1b853c8fd |
comparison
equal
deleted
inserted
replaced
6:690c2caa367e | 7:3ef480892a9f |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">1.3.5</token> | 2 <token name="@TOOL_VERSION@">1.3.6</token> |
3 <token name="@SUFFIX_VERSION@">2</token> | 3 <token name="@SUFFIX_VERSION@">0</token> |
4 <xml name="requirements"> | 4 <xml name="requirements"> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement> | 6 <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement> |
7 </requirements> | 7 </requirements> |
8 </xml> | 8 </xml> |
24 </citation> | 24 </citation> |
25 </citations> | 25 </citations> |
26 </xml> | 26 </xml> |
27 <xml name="length_macro"> | 27 <xml name="length_macro"> |
28 <param argument="--line-length" type="integer" min="0" max="80" value="" | 28 <param argument="--line-length" type="integer" min="0" max="80" value="" |
29 optional="true" label="Especify line length" | 29 optional="true" label="Specify line length" |
30 help="Specifies line length when output format is fasta. Default has no line breaks."/> | 30 help="Optional: specifies line length when output format is fasta. Default has no line breaks."/> |
31 </xml> | |
32 <xml name="terminal_overlaps_macro"> | |
33 <conditional name="terminal_overlaps_condition"> | |
34 <param name="terminal_overlaps_select" type="select" | |
35 label="Terminal overlaps selection" help="Optional: Do you want to detect terminal overlaps?"> | |
36 <option value="no">No (default)</option> | |
37 <option value="yes">Yes</option> | |
38 </param> | |
39 <when value="no"/> | |
40 <when value="yes"> | |
41 <param name="terminal_overlaps_length" type="integer" min="500" value="500" | |
42 optional="false" label="Terminal overlaps length" | |
43 help="Integer for minimum length required to count as an overlap for detecting terminal overlaps (minimum is 500)" /> | |
44 </when> | |
45 </conditional> | |
31 </xml> | 46 </xml> |
32 </macros> | 47 </macros> |