# HG changeset patch # User peterjc # Date 1599657175 0 # Node ID 8146c9884047d76b67dd92c7d40ca3bdc2660905 # Parent 17f84d08f5a6693e12c32d508d56e7b9f065e205 "planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 71a7deb3a02f28262488e41c781fa918d1d14488-dirty" diff -r 17f84d08f5a6 -r 8146c9884047 test-data/four_human_proteins.dbinfo.txt --- a/test-data/four_human_proteins.dbinfo.txt Tue Sep 08 20:58:48 2020 +0000 +++ b/test-data/four_human_proteins.dbinfo.txt Wed Sep 09 13:12:55 2020 +0000 @@ -1,7 +1,3 @@ Database: Just 4 human proteins 4 sequences; 3,297 total residues -Date: Oct 31, 2017 4:23 PM Longest sequence: 1,382 residues - -Volumes: - /mnt/galaxy/repositories/galaxy_blast/test-data/four_human_proteins_taxid.fasta diff -r 17f84d08f5a6 -r 8146c9884047 test-data/rhodopsin_nucs.dbinfo.txt --- a/test-data/rhodopsin_nucs.dbinfo.txt Tue Sep 08 20:58:48 2020 +0000 +++ b/test-data/rhodopsin_nucs.dbinfo.txt Wed Sep 09 13:12:55 2020 +0000 @@ -1,7 +1,3 @@ Database: Rhodopsin nucleotides 6 sequences; 10,296 total bases -Date: Oct 31, 2017 4:23 PM Longest sequence: 4,301 bases - -Volumes: - /mnt/galaxy/repositories/galaxy_blast/test-data/rhodopsin_nucs.fasta diff -r 17f84d08f5a6 -r 8146c9884047 test-data/three_human_mRNA.dbinfo.txt --- a/test-data/three_human_mRNA.dbinfo.txt Tue Sep 08 20:58:48 2020 +0000 +++ b/test-data/three_human_mRNA.dbinfo.txt Wed Sep 09 13:12:55 2020 +0000 @@ -1,7 +1,3 @@ Database: Just 3 human mRNA sequences 3 sequences; 10,732 total bases -Date: Oct 31, 2017 4:23 PM Longest sequence: 4,796 bases - -Volumes: - /mnt/galaxy/repositories/galaxy_blast/test-data/three_human_mRNA.fasta diff -r 17f84d08f5a6 -r 8146c9884047 tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Tue Sep 08 20:58:48 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Wed Sep 09 13:12:55 2020 +0000 @@ -6,7 +6,7 @@ -blastdbcmd -dbtype $db_opts.db_type -db "${db_opts.database.fields.path}" -info -out "$info" +blastdbcmd -dbtype $db_opts.db_type -db "${db_opts.database.fields.path.replace(',',' ')}" -info -out "$info" @@ -18,17 +18,22 @@ - + - + - + + + + + + diff -r 17f84d08f5a6 -r 8146c9884047 tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Wed Sep 09 13:12:55 2020 +0000 @@ -106,7 +106,8 @@ - + +