Mercurial > repos > galaxyp > openms_app
changeset 1:5a1b16cd7c43 draft
Uploaded
author | galaxyp |
---|---|
date | Tue, 25 Jun 2013 17:37:01 -0400 |
parents | 34582591780a |
children | ba216a590407 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jun 21 15:05:37 2013 -0400 +++ b/tool_dependencies.xml Tue Jun 25 17:37:01 2013 -0400 @@ -3,7 +3,8 @@ <package name="OpenMs" version="1.10.0"> <install version="1.0"> <actions> - <action type="download_by_url">http://downloads.sourceforge.net/project/open-ms/OpenMS/OpenMS-1.10.0/OpenMS-1.10.0.tar.gz</action> + <action type="download_by_url">http://sourceforge.net/projects/open-ms/files/OpenMS/OpenMS-1.10/OpenMS-1.10.0.tar.gz/download</action> + <action type="shell_command">cd contrib && make clean && make</action> <action type="move_directory_files"> <source_directory>OpenMS-1.10.0</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory>