diff macros.xml @ 6:75e332bfe023 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:13:04 -0400
parents 8c4ec8bbe5ac
children 5f5f3a8e0e33
line wrap: on
line diff
--- a/macros.xml	Mon Jan 22 11:29:09 2018 -0500
+++ b/macros.xml	Thu Jun 14 03:13:04 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">