# HG changeset patch # User peterjc # Date 1708613221 0 # Node ID b6893f57f8d8ad8bc7b151cfa9aeabc39bbe8846 # Parent d999e774072a28dd8225257dad10633777818b80 planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit 028e3e806ba6df913403a2a083a354dfa713755f diff -r d999e774072a -r b6893f57f8d8 test-data/three_human_mRNA.fasta.gz Binary file test-data/three_human_mRNA.fasta.gz has changed diff -r d999e774072a -r b6893f57f8d8 test-data/tool_data_table_conf.xml.test --- a/test-data/tool_data_table_conf.xml.test Sun Nov 19 22:57:39 2023 +0000 +++ b/test-data/tool_data_table_conf.xml.test Thu Feb 22 14:47:01 2024 +0000 @@ -12,4 +12,8 @@ value, name, path + + value, dbkey, name, path + +
diff -r d999e774072a -r b6893f57f8d8 tool-data/tool_data_table_conf.xml.sample --- a/tool-data/tool_data_table_conf.xml.sample Sun Nov 19 22:57:39 2023 +0000 +++ b/tool-data/tool_data_table_conf.xml.sample Thu Feb 22 14:47:01 2024 +0000 @@ -11,4 +11,8 @@ value, name, path + + value, dbkey, name, path + +
diff -r d999e774072a -r b6893f57f8d8 tools/ncbi_blast_plus/README.rst --- a/tools/ncbi_blast_plus/README.rst Sun Nov 19 22:57:39 2023 +0000 +++ b/tools/ncbi_blast_plus/README.rst Thu Feb 22 14:47:01 2024 +0000 @@ -136,6 +136,10 @@ ============== =============================================================== Version Changes -------------- --------------------------------------------------------------- +2.14.1+galaxy2 - Add usage of genome FASTA files on the Galaxy server with + ``makeblastdb`` (contribution from Wolfgang Maier and + Elischa Berger) +2.14.1+galaxy1 - Fix for get_species_taxids 2.14.1+galaxy0 - Updated for NCBI BLAST+ 2.14.1 release. 2.10.1+galaxy3 - Silenced ``deltablast`` warning about using ``-num_threads`` with ``--subject`` (i.e. FASTA file from your history). diff -r d999e774072a -r b6893f57f8d8 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Sun Nov 19 22:57:39 2023 +0000 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Thu Feb 22 14:47:01 2024 +0000 @@ -1,6 +1,6 @@ 2.14.1 - 1 + 2 16.10 diff -r d999e774072a -r b6893f57f8d8 tools/ncbi_blast_plus/ncbi_makeblastdb.xml --- a/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Sun Nov 19 22:57:39 2023 +0000 +++ b/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Thu Feb 22 14:47:01 2024 +0000 @@ -8,21 +8,36 @@ python '$outfile' ]]> - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -95,15 +139,16 @@ + --> - + - - + + @@ -115,8 +160,12 @@ With and without the taxid the only real difference is in the *.phr file. --> - - + + + + + + @@ -132,8 +181,12 @@ - - + + + + + + @@ -151,8 +204,12 @@ - - + + + + + + @@ -169,8 +226,41 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +