changeset 55:673539b0f155 draft

"planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 47e892eba5a0cbf0874979d079e9da45a108754c-dirty"
author peterjc
date Wed, 17 Mar 2021 19:17:18 +0000
parents 850361021818
children 4ffaf58c9791
files tools/ncbi_blast_plus/ncbi_macros.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/ncbi_macros.xml	Sun Nov 29 14:50:30 2020 +0000
+++ b/tools/ncbi_blast_plus/ncbi_macros.xml	Wed Mar 17 19:17:18 2021 +0000
@@ -621,7 +621,7 @@
     <!-- Implement -db ... / -subject ... command line options -->
     <token name="@BLAST_DB_SUBJECT@"><![CDATA[
 #if $db_opts.db_opts_selector == "db":
-  -db '${" ".join(str($db_opts.database.fields.path).split(","))}'
+  -db '"${'" "'.join(str($db_opts.database.fields.path).split(","))}"'
 #elif $db_opts.db_opts_selector == "histdb":
   -db '${os.path.join($db_opts.histdb.extra_files_path, "blastdb")}'
 #else: