Mercurial > repos > iuc > trinity_samples_qccheck
view macros.xml @ 7:77983b40ffb4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7f726b691ead726864f1b67230cb5d58e16b5f58
author | iuc |
---|---|
date | Fri, 15 Dec 2017 08:02:28 -0500 |
parents | 36681c1ad6d7 |
children | 226663afe49c |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="2.4.0">trinity</requirement> <yield/> </requirements> </xml> <token name="@WRAPPER_VERSION@">2.4.0</token> <token name="@COMMAND_PAIRED_STRAND_JACCARD@"> #if $inputs.strand.is_strand_specific: --SS_lib_type $inputs.strand.library_type #end if $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 name="jaccard_clip" 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>