Mercurial > repos > jjohnson > cdhit
changeset 4:88f9e90d9d78
Fix provided by Bjoern to tool_dependencies.xml to install correctly
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 15 Aug 2014 10:11:31 -0500 |
parents | 43724ea1c85f |
children | 28b7a43907f0 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jun 27 21:37:08 2013 -0500 +++ b/tool_dependencies.xml Fri Aug 15 10:11:31 2014 -0500 @@ -5,6 +5,14 @@ <actions> <action type="download_by_url">https://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action> <action type="shell_command">make openmp=yes</action> + <action type="move_file"> + <source>cd-hit</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>cd-hit-est</source> + <destination>$INSTALL_DIR</destination> + </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> <environment_variable name="CDHIT_SITE_OPTIONS" action="set_to">"-M 4000 -T 0"</environment_variable>