# HG changeset patch # User drosofff # Date 1498521493 14400 # Node ID dd5985c5798ddaa1ecf077e4367070d42f0a662c # Parent 9fe34d55bfb058bb4a37dbdc2690a9b03d37ecee planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit c23d8a44b40e7b6fc7f15dae5b23ceb5929c8ace diff -r 9fe34d55bfb0 -r dd5985c5798d sRbowtie.xml --- 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":