# HG changeset patch # User peterjc # Date 1557397760 14400 # Node ID 16e4b61b56e53cd04f881ea760bcaa430be1f633 # Parent 3f4e7df708f2acb3d73a786d904c0682988cd154 planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 3095f1909c6d8975aa05dc3b0d3350579aa7fba3-dirty 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 @@ -8,7 +8,7 @@ ## 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?