Mercurial > repos > jjohnson > snpeff_with_dep
changeset 13:d57983929080
tool_dependencies.xml changes
| author | Jim Johnson <jj@umn.edu> | 
|---|---|
| date | Fri, 21 Sep 2012 15:16:49 -0500 | 
| parents | 57c46f7fe70b | 
| children | ef4598ea7179 | 
| files | tool_dependencies.xml | 
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tool_dependencies.xml Fri Sep 21 14:42:09 2012 -0500 +++ b/tool_dependencies.xml Fri Sep 21 15:16:49 2012 -0500 @@ -1,8 +1,5 @@ <?xml version="1.0"?> <tool_dependency> - <set_environment version="1.0"> - <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR/snpEff</environment_variable> - </set_environment> <package name="snpEff" version="3.0"> <install version="1.0"> <actions> @@ -13,7 +10,10 @@ </action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/snpEff</environment_variable> + <environment_variable name="JAVA_JAR_PATH" action="prepend_to">$INSTALL_DIR/snpEff</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/snpEff/scripts</environment_variable> </action> </actions> </install>
