Mercurial > repos > iuc > package_hmmer3_1b1
diff tool_dependencies.xml @ 1:9b9efd1ae42b draft default tip
Add PATH prepending.
author | iuc |
---|---|
date | Thu, 01 Oct 2015 11:08:19 -0400 |
parents | 3c63f4328bef |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue May 12 15:04:12 2015 -0400 +++ b/tool_dependencies.xml Thu Oct 01 11:08:19 2015 -0400 @@ -12,6 +12,7 @@ <environment_variable name="HMMER31_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> @@ -34,7 +35,6 @@ searches to be performed interactively via the Web. http://hmmer.janelia.org/ - </readme> </package> </tool_dependency>