changeset 19:dd5985c5798d draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit c23d8a44b40e7b6fc7f15dae5b23ceb5929c8ace
author drosofff
date Mon, 26 Jun 2017 19:58:13 -0400
parents 9fe34d55bfb0
children ffe2430ef56d
files sRbowtie.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sRbowtie.xml	Mon Jun 26 19:49:25 2017 -0400
+++ b/sRbowtie.xml	Mon Jun 26 19:58:13 2017 -0400
@@ -42,7 +42,7 @@
             #set extra_output = " --al %s --un %s " % (str($aligned), str($unaligned))
         #end if
        
-        #set $method_postfix = " %s %s " % ($method_prefix", "$extra_output")
+        #set $method_postfix = " %s %s " % ($method_prefix, $extra_output)
 
         ## run the bowtie alignement
         #if $output_format == "tabular":