Previous changeset 54:850361021818 (2020-11-29) Next changeset 56:4ffaf58c9791 (2022-03-29) |
Commit message:
"planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 47e892eba5a0cbf0874979d079e9da45a108754c-dirty" |
modified:
tools/ncbi_blast_plus/ncbi_macros.xml |
b |
diff -r 850361021818 -r 673539b0f155 tools/ncbi_blast_plus/ncbi_macros.xml --- 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: |