Mercurial > repos > bgruening > gfstats
comparison macros.xml @ 0:5f250ffcb1af draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 6ca9363cc4e0da886aab9accd79d52663247af29"
author | bgruening |
---|---|
date | Tue, 08 Mar 2022 21:49:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5f250ffcb1af |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">1.2.0</token> | |
3 <token name="@SUFFIX_VERSION@">0</token> | |
4 <xml name="requirements"> | |
5 <requirements> | |
6 <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="biotools"> | |
10 <xrefs> | |
11 <xref type="bio.tools">gfastats</xref> | |
12 </xrefs> | |
13 </xml> | |
14 <xml name="citations"> | |
15 <citations> | |
16 <citation type="bibtex"> | |
17 @misc{githubgfastats, | |
18 author = {Formenti, Giulio}, | |
19 year = {2022}, | |
20 title = {gfastats}, | |
21 publisher = {GitHub}, | |
22 journal = {GitHub repository}, | |
23 url = {https://github.com/vgl-hub/gfastats}} | |
24 </citation> | |
25 </citations> | |
26 </xml> | |
27 <xml name="length_macro"> | |
28 <param argument="--line-length" type="integer" min="0" max="80" value="" | |
29 optional="true" label="Especify line length" | |
30 help="Specifies line length when output format is fasta. Default has no line breaks."/> | |
31 </xml> | |
32 </macros> |