changeset 11:cc6f22df0a68 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit 70fbc98b2ff2be134400e4dc0df1ed60458d0604-dirty
author thanhlv
date Thu, 03 Oct 2019 09:14:59 -0400
parents 59f01b08b3e1
children 610807d9d1ba
files mkmap.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mkmap.xml	Thu Oct 03 08:54:55 2019 -0400
+++ b/mkmap.xml	Thu Oct 03 09:14:59 2019 -0400
@@ -18,7 +18,10 @@
         --min-mapq $min_mapq
         --strong $strong
         #if str($neb_name) != "":
-            -e #echo ' -e '.join(str( $neb_name ).split( ';' ))#
+            #set $_neb_name = str($neb_name).split(';')
+            #for $enzyme in $_neb_name
+                -e $enzyme
+            #end for 
         #end if
         $ref $bam out
     ]]></command>