Mercurial > repos > iuc > snippy
changeset 4:9bccc8404a3c draft
planemo upload commit b5890b40c257a093ebf358294544aa69087da51e
author | iuc |
---|---|
date | Thu, 11 Jul 2019 09:41:13 -0400 |
parents | feb7e635c6af |
children | 0aa87d97847f |
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: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}