diff align_and_estimate_abundance.xml @ 3:515119330a55 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit b9a2194247d728ef4d5a3c5511aa6ea63e9b2bcb
author iuc
date Tue, 13 Dec 2016 14:42:38 -0500
parents a966877db15b
children be3607a306af
line wrap: on
line diff
--- a/align_and_estimate_abundance.xml	Mon Nov 21 09:21:26 2016 -0500
+++ b/align_and_estimate_abundance.xml	Tue Dec 13 14:42:38 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="trinity_align_and_estimate_abundance" name="Align reads and estimate abundance" version="@WRAPPER_VERSION@.1">
+<tool id="trinity_align_and_estimate_abundance" name="Align reads and estimate abundance" version="@WRAPPER_VERSION@.2">
     <description>on a de novo assembly of RNA-Seq data</description>
     <macros>
         <import>macros.xml</import>
@@ -23,7 +23,7 @@
                 ln -s '$inputs.right_input' paired_right.fq
             #end if
         #else:
-            #if $inputs.left_input.is_of_type('fasta'):
+            #if $inputs.input.is_of_type('fasta'):
                 ln -s '$inputs.input' single.fa
             #else:
                 ln -s '$inputs.input' single.fq