Mercurial > repos > malbuquerque > package_bamtools_2_3_0
changeset 1:38dafb8b3980 draft
Uploaded
author | malbuquerque |
---|---|
date | Mon, 19 Jan 2015 18:59:47 -0500 |
parents | 2c55ff0a3013 |
children | cfc30ae94222 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jan 19 18:52:05 2015 -0500 +++ b/tool_dependencies.xml Mon Jan 19 18:59:47 2015 -0500 @@ -15,6 +15,8 @@ <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> <action type="shell_command">mkdir build</action> + <action type="shell_command">ls</action> + <action type="shell_command">sleep 10</action> <action type="shell_command">cd build</action> <action type="shell_command">cmake ..</action> <action type="shell_command">make</action>