Mercurial > repos > iuc > trinity_gene_to_trans_map
diff macros.xml @ 9:1b04880ff362 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
author | iuc |
---|---|
date | Thu, 14 Jun 2018 03:11:51 -0400 |
parents | 7f71bffac051 |
children | 603bddd353cf |
line wrap: on
line diff
--- a/macros.xml Mon Jan 22 11:27:24 2018 -0500 +++ b/macros.xml Thu Jun 14 03:11:51 2018 -0400 @@ -2,19 +2,19 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="2.4.0">trinity</requirement> + <requirement type="package" version="2.6.6">trinity</requirement> <yield/> </requirements> </xml> - <token name="@WRAPPER_VERSION@">2.4.0</token> + <token name="@WRAPPER_VERSION@">2.6.6</token> <token name="@COMMAND_PAIRED_STRAND_JACCARD@"> - #if $inputs.strand.is_strand_specific: - --SS_lib_type $inputs.strand.library_type + #if $pool.inputs.strand.is_strand_specific: + --SS_lib_type $pool.inputs.strand.library_type #end if - $inputs.jaccard_clip + $pool.inputs.jaccard_clip </token> <xml name="input_paired_strand_jaccard">