view macros.xml @ 14:59150c883ed5 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gfastats commit 662df3ce495f84aad8f3b26b1fde575b8f2a423e
author bgruening
date Sat, 10 May 2025 09:29:54 +0000
parents 50b6ec4074f4
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.3.11</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="doi">10.1093/bioinformatics/btac460</citation>
        </citations>
    </xml>
    <xml name="length_macro">
        <param argument="--line-length" type="integer" min="0" max="80" value=""
            optional="true" label="Specify line length"
            help="Optional: specifies line length when output format is fasta. Default has no line breaks."/>
    </xml>
    <xml name="terminal_overlaps_macro">
        <conditional name="terminal_overlaps_condition">
            <param name="terminal_overlaps_select" type="select" 
                label="Terminal overlaps selection" help="Optional: Do you want to detect terminal overlaps?">
                <option value="no">No (default)</option>
                <option value="yes">Yes</option>
            </param>
            <when value="no"/>
            <when value="yes">
                <param name="terminal_overlaps_length" type="integer" min="500" value="500" 
                optional="false" label="Terminal overlaps length" 
                help="Integer for minimum length required to count as an overlap for detecting terminal overlaps (minimum is 500)" />
            </when>
        </conditional>
    </xml>
    <xml name="no_sequence_macro">
        <param argument="--no-sequence" type="boolean" truevalue="--no-sequence" falsevalue="" checked="false" label="Do not include sequences in the GFA output" help="Select Yes for a lighter GFA file."/>
    </xml>
</macros>