Mercurial > repos > nilesh > rnaseqc
changeset 5:02403fc450e4
changed directories and then make
author | nilesh |
---|---|
date | Mon, 15 Jul 2013 13:54:31 -0500 |
parents | d58aa04f7ad6 |
children | e56976d40a6d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jul 15 13:36:57 2013 -0500 +++ b/tool_dependencies.xml Mon Jul 15 13:54:31 2013 -0500 @@ -12,7 +12,7 @@ </repository> </action> <action type="download_by_url">http://sourceforge.net/projects/bio-bwa/files/bwa-0.7.5a.tar.bz2</action> - <action type="shell_command">make LIBS="-L/$ZLIB_PATH -lm -lz -lpthread"</action> + <action type="shell_command">cd ./bwa-0.7.5a && make LIBS="-L/$ZLIB_PATH -lm -lz -lpthread"</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action>