Repository 'ncbi_blast_plus'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus

Changeset 44:0857eae6cf54 (2019-07-20)
Previous changeset 43:16e4b61b56e5 (2019-05-09) Next changeset 45:6aed6f5588a5 (2019-10-24)
Commit message:
v0.3.3 - fixed legacy dependecy definition
modified:
tools/ncbi_blast_plus/README.rst
tools/ncbi_blast_plus/ncbi_macros.xml
tools/ncbi_blast_plus/tool_dependencies.xml
b
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
b
@@ -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).
 ======= ======================================================================
 
 
b
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
b
@@ -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" />
b
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
b
@@ -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