diff macros.xml @ 5:afa3a9786339 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:00 -0400
parents bc4e467da875
children 8fed16891aaf
line wrap: on
line diff
--- a/macros.xml	Mon Jan 22 11:26:13 2018 -0500
+++ b/macros.xml	Thu Jun 14 03:11:00 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">