comparison macros.xml @ 20:171b827eadf2 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:11 -0400
parents 199aa6821ca5
children ca0588b09438
comparison
equal deleted inserted replaced
19:cee61b3fcf78 20:171b827eadf2
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <xml name="requirements"> 3 <xml name="requirements">
4 <requirements> 4 <requirements>
5 <requirement type="package" version="2.4.0">trinity</requirement> 5 <requirement type="package" version="2.6.6">trinity</requirement>
6 <yield/> 6 <yield/>
7 </requirements> 7 </requirements>
8 </xml> 8 </xml>
9 9
10 <token name="@WRAPPER_VERSION@">2.4.0</token> 10 <token name="@WRAPPER_VERSION@">2.6.6</token>
11 11
12 <token name="@COMMAND_PAIRED_STRAND_JACCARD@"> 12 <token name="@COMMAND_PAIRED_STRAND_JACCARD@">
13 #if $inputs.strand.is_strand_specific: 13 #if $pool.inputs.strand.is_strand_specific:
14 --SS_lib_type $inputs.strand.library_type 14 --SS_lib_type $pool.inputs.strand.library_type
15 #end if 15 #end if
16 16
17 $inputs.jaccard_clip 17 $pool.inputs.jaccard_clip
18 </token> 18 </token>
19 19
20 <xml name="input_paired_strand_jaccard"> 20 <xml name="input_paired_strand_jaccard">
21 <conditional name="strand"> 21 <conditional name="strand">
22 <param name="is_strand_specific" type="boolean" checked="false" label="Strand specific data"/> 22 <param name="is_strand_specific" type="boolean" checked="false" label="Strand specific data"/>