Previous changeset 3:feb7e635c6af (2019-04-02) Next changeset 5:0aa87d97847f (2019-09-13) |
Commit message:
planemo upload commit b5890b40c257a093ebf358294544aa69087da51e |
modified:
snippy-core.xml |
b |
diff -r feb7e635c6af -r 9bccc8404a3c snippy-core.xml --- 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} |