Mercurial > repos > devteam > ncbi_blast_plus
changeset 44:0857eae6cf54 draft
v0.3.3 - fixed legacy dependecy definition
author | peterjc |
---|---|
date | Sat, 20 Jul 2019 18:31:27 -0400 |
parents | 16e4b61b56e5 |
children | 6aed6f5588a5 |
files | tools/ncbi_blast_plus/README.rst tools/ncbi_blast_plus/ncbi_macros.xml tools/ncbi_blast_plus/tool_dependencies.xml |
diffstat | 3 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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). ======= ======================================================================
--- 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 @@ <macros> - <token name="@WRAPPER_VERSION@">0.3.2</token> + <token name="@WRAPPER_VERSION@">0.3.3</token> <xml name="parallelism"> <!-- If job splitting is enabled, break up the query file into parts --> <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" />
--- 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 @@ <?xml version="1.0" ?> <tool_dependency> - <package name="blast" version="2.5.0"> - <repository changeset_revision="de5976f2c96d" name="package_blast_plus_2_5_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"/> + <package name="blast" version="2.7.1"> + <repository changeset_revision="fe6e1a80853c" name="package_blast_plus_2_7_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"/> </package> </tool_dependency> \ No newline at end of file