diff snippy-core.xml @ 4:9bccc8404a3c draft

planemo upload commit b5890b40c257a093ebf358294544aa69087da51e
author iuc
date Thu, 11 Jul 2019 09:41:13 -0400
parents 776ebd1239da
children 0aa87d97847f
line wrap: on
line diff
--- a/snippy-core.xml	Tue Apr 02 17:21:50 2019 -0400
+++ b/snippy-core.xml	Thu Jul 11 09:41:13 2019 -0400
@@ -12,7 +12,7 @@
             #set $sample_name = os.path.splitext(os.path.basename(str($indir.name)))[0]
             mkdir '$sample_name' && tar -xf '$indir' -C '$sample_name' --strip-components=1 &&
         #end for
-        #set snippy_dirs = ' '.join([os.path.splitext(os.path.basename(str($indir.name)))[0] for $indir in $indirs])
+        #set snippy_dirs = " ".join(["'{0}'".format(os.path.splitext(os.path.basename(str($indir.name)))[0]) for $indir in $indirs])
         snippy-core
             --ref '$ref'
             ${snippy_dirs}