view macros.xml @ 28:48636f857c4b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
author iuc
date Fri, 10 Sep 2021 22:46:16 +0000
parents d84caa5a98ad
children 77cf519a812e
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@WRAPPER_VERSION@">trinity</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">trinity</xref>
        </xrefs>
    </xml>
    <token name="@WRAPPER_VERSION@">2.9.1</token>

    <token name="@COMMAND_PAIRED_STRAND_JACCARD@">
        #if $pool.inputs.strand.is_strand_specific:
            --SS_lib_type $pool.inputs.strand.library_type
        #end if

        $pool.inputs.jaccard_clip
    </token>

    <xml name="input_paired_strand_jaccard">
        <conditional name="strand">
            <param name="is_strand_specific" type="boolean" checked="false" label="Strand specific data"/>
            <when value="false" />
            <when value="true">
                <param name="library_type" argument="--SS_lib_type" type="select" label="Strand-specific library type">
                    <option value="FR">Forward-Reverse</option>
                    <option value="RF">Reverse-Forward</option>
                </param>
            </when>
        </conditional>
        <param argument="--jaccard_clip" type="boolean" truevalue="--jaccard_clip" falsevalue="" checked="false" label="Jaccard Clip options" help="Set if you expect high gene density with UTR overlap"/>
    </xml>

    <xml name="citation">
        <citations>
            <citation type="doi">10.1038/nbt.1883</citation>
        </citations>
    </xml>
</macros>