Repository 'ncbi_blast_plus'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus

Changeset 43:16e4b61b56e5 (2019-05-09)
Previous changeset 42:3f4e7df708f2 (2019-02-22) Next changeset 44:0857eae6cf54 (2019-07-20)
Commit message:
planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 3095f1909c6d8975aa05dc3b0d3350579aa7fba3-dirty
modified:
tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml
b
diff -r 3f4e7df708f2 -r 16e4b61b56e5 tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml
--- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Fri Feb 22 09:58:23 2019 -0500
+++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Thu May 09 06:29:20 2019 -0400
b
@@ -8,7 +8,7 @@
     <command detect_errors="aggressive" strict="true">
 ## The command is a Cheetah template which allows some Python based syntax.
 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
-blastdbcmd -dbtype $db_opts.db_type -db "${db_opts.database.fields.path}"
+blastdbcmd -dbtype $db_opts.db_type -db "${db_opts.database.fields.path.replace(',',' ')}"
 
 ##TODO: What about -ctrl_a and -target_only as advanced options?