view macros.xml @ 2:6d93709247c7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
author iuc
date Fri, 27 Sep 2024 07:52:29 +0000
parents 79c1ac92f31b
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">poretools</requirement>
            <yield />
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">poretools</xref>
        </xrefs>
    </xml>
    <token name="@VERSION@">0.6.1a1</token>
    <token name="@PROFILE@">23.1</token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btu555</citation>
        </citations>
    </xml>
    <xml name="plot_options">
        <param name="extension" type="select" label="File format for histogram">
            <option value="png">PNG</option>
            <option value="pdf">PDF</option>
            <option value="svg">SVG</option>
            <yield />
        </param>
        <param argument="--theme-bw" type="boolean" truevalue="--theme-bw" falsevalue="" label="Use a monochrome color scheme" />
    </xml>
    <xml name="image_output">
        <data name="output" format="png">
            <change_format>
                <when input="extension" value="pdf" format="pdf" />
                <when input="extension" value="svg" format="svg" />
                <yield />
            </change_format>
        </data>
    </xml>
    <xml name="stat_options">
        <param argument="--type" type="select" label="Filter by type of read">
            <option value="all" selected="true">All</option>
            <option value="fwd">Forward reads</option>
            <option value="rev">Reverse reads</option>
            <option value="fwd,rev">Forward and reverse</option>
            <option value="2D">2D</option>
            <option value="best">Best</option>
        </param>
    </xml>
    <xml name="test_input">
        <param name="input" ftype="fast5.tar" value="poretools-in1.tar.bz2" />
    </xml>
    <xml name="length_options">
        <param argument="--min-length" type="integer" value="0" label="Minimum read length" />
        <param argument="--max-length" type="integer" value="1000000000" label="Maximum read length" />
    </xml>
    <token name="@MPLBACKEND@"><![CDATA[export MPLBACKEND="agg" &&]]></token>
</macros>