changeset 4:e61ba2a4b8d9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/yaha commit 442d981e7d3a5634063cfc26bc29c83d88d697cd-dirty
author mvdbeek
date Thu, 05 Jan 2017 08:24:22 -0500
parents bcba667aef5b
children
files yaha.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yaha.xml	Wed Jan 04 05:04:09 2017 -0500
+++ b/yaha.xml	Thu Jan 05 08:24:22 2017 -0500
@@ -26,7 +26,7 @@
         yaha
         -x '$index_path'
         #if str($readtype.single_or_paired) == "se":
-            -q '$reatype.input_single'
+            -q '$readtype.input_single'
         #else:
             -q <(cat '$readtype.input_paired.forward' '$readtype.input_paired.reverse')
         #end if