# HG changeset patch # User peterjc # Date 1563661887 14400 # Node ID 0857eae6cf548c1bb6175deef54aa7c4a410e7a5 # Parent 16e4b61b56e53cd04f881ea760bcaa430be1f633 v0.3.3 - fixed legacy dependecy definition diff -r 16e4b61b56e5 -r 0857eae6cf54 tools/ncbi_blast_plus/README.rst --- a/tools/ncbi_blast_plus/README.rst Thu May 09 06:29:20 2019 -0400 +++ b/tools/ncbi_blast_plus/README.rst Sat Jul 20 18:31:27 2019 -0400 @@ -266,6 +266,8 @@ - Workaround for gzipped support under Galaxy release 16.01 or older. v0.3.2 - Fixed incomplete ``@CLI_OPTIONS@`` macro in the help text for the ``tblastn`` and ``blastdbcmd`` wrappers. +v0.3.3 - Fixed ``tool_dependencies.xml`` to use BLAST+ 2.7.1 (useful only for + older Galaxy instances - we recommend conda for dependencies now). ======= ====================================================================== diff -r 16e4b61b56e5 -r 0857eae6cf54 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Thu May 09 06:29:20 2019 -0400 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Sat Jul 20 18:31:27 2019 -0400 @@ -1,5 +1,5 @@ - 0.3.2 + 0.3.3 diff -r 16e4b61b56e5 -r 0857eae6cf54 tools/ncbi_blast_plus/tool_dependencies.xml --- a/tools/ncbi_blast_plus/tool_dependencies.xml Thu May 09 06:29:20 2019 -0400 +++ b/tools/ncbi_blast_plus/tool_dependencies.xml Sat Jul 20 18:31:27 2019 -0400 @@ -1,6 +1,6 @@ - - + + \ No newline at end of file