Repository 'package_blast_plus_2_2_27'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_blast_plus_2_2_27

Changeset 3:b614c5772f73 (2015-09-30)
Previous changeset 2:3efd4086a97d (2015-09-30) Next changeset 4:ec181920469a (2016-08-18)
Commit message:
Define BLAST_ROOT_DIR env var on older BLAST+ packages
modified:
tool_dependencies.xml
b
diff -r 3efd4086a97d -r b614c5772f73 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Sep 30 08:59:15 2015 -0400
+++ b/tool_dependencies.xml Wed Sep 30 09:19:38 2015 -0400
b
@@ -56,6 +56,7 @@
                 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="BLAST_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
             </actions_group>
         </install>