diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Mar 09 10:29:20 2022 +0000
@@ -0,0 +1,32 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.2.0</token>
+    <token name="@SUFFIX_VERSION@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">gfastats</requirement>
+        </requirements>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">gfastats</xref>
+        </xrefs>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @misc{githubgfastats,
+                author = {Formenti, Giulio},
+                year = {2022},
+                title = {gfastats},
+                publisher = {GitHub},
+                journal = {GitHub repository},
+                url = {https://github.com/vgl-hub/gfastats}}
+            </citation>
+        </citations>
+    </xml>
+    <xml name="length_macro">
+        <param argument="--line-length" type="integer" min="0" max="80" value=""
+            optional="true" label="Especify line length"
+            help="Specifies line length when output format is fasta. Default has no line breaks."/>
+    </xml>
+</macros>