Mercurial > repos > iuc > macs2
diff tool_dependencies.xml @ 12:836578426f44 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 24 Jan 2014 10:35:51 -0500 |
parents | ac24388a0fda |
children | b680eea82cf3 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jan 23 11:31:32 2014 -0500 +++ b/tool_dependencies.xml Fri Jan 24 10:35:51 2014 -0500 @@ -12,10 +12,14 @@ <set_environment version="1.0"> <environment_variable action="set_to" name="MACS2_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable> </set_environment> - <package name="macs2" version="2.0.10.2"> + <!-- 2.0.10 12162013 --> + <package name="macs2" version="2.0.10.3"> <install version="1.0"> <actions> - <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.0.10.07132012.tar.gz</action> + <action type="shell_command">git clone --recursive https://github.com/taoliu/MACS.git</action> + <action type="shell_command">git checkout 7ccb571d2f2dcb5be1d75f323b1d17a59b926deb</action> + <action type="shell_command">git submodule update --recursive</action> + <action type="set_environment_for_install"> <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.7.1" />