Mercurial > repos > iuc > snippy
changeset 4:98413117ca70 draft
planemo upload commit b5890b40c257a093ebf358294544aa69087da51e
author | iuc |
---|---|
date | Thu, 11 Jul 2019 09:40:23 -0400 |
parents | a2147b3769dd |
children | f9d3b5a6ef31 |
files | snippy-core.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/snippy-core.xml Tue Apr 02 17:19:05 2019 -0400 +++ b/snippy-core.xml Thu Jul 11 09:40:23 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}