Mercurial > repos > iuc > package_blast_plus_2_2_26
diff tool_dependencies.xml @ 7:defa3ce06d18 draft
Define BLAST_ROOT_DIR env var on older BLAST+ packages
| author | peterjc |
|---|---|
| date | Wed, 30 Sep 2015 09:18:02 -0400 |
| parents | 1c54472887ca |
| children | a3d7aa8d5e2c |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Sep 30 08:46:15 2015 -0400 +++ b/tool_dependencies.xml Wed Sep 30 09:18:02 2015 -0400 @@ -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>
