comparison macros.xml @ 0:5799092ffdff draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 115f451c7c9e7e30fd1b8df26bfc5362832a6eb7"
author bgruening
date Wed, 09 Mar 2022 10:29:20 +0000
parents
children 2b8b4cacb83d
comparison
equal deleted inserted replaced
-1:000000000000 0:5799092ffdff
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>