view macros.xml @ 2:ad1149b4f795 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 0c9612e0257a872892894530669785d1e02aaacc
author bgruening
date Wed, 01 Jun 2022 15:15:57 +0000
parents 2b8b4cacb83d
children 8ccbf07a5433
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.2.2</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>