Mercurial > repos > malbuquerque > package_bamtools_2_3_0
changeset 3:ec6d0185c9fe draft
Uploaded
author | malbuquerque |
---|---|
date | Mon, 19 Jan 2015 19:07:34 -0500 |
parents | cfc30ae94222 |
children | ad46b5210186 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jan 19 19:02:32 2015 -0500 +++ b/tool_dependencies.xml Mon Jan 19 19:07:34 2015 -0500 @@ -15,14 +15,10 @@ <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">ls</action> - <action type="shell_command">sleep 10</action> + <action type="change_directory">build</action> + <action type="shell_command">cmake ..</action> <action type="shell_command">make</action> - <action type="shell_command">cd ./../</action> + <action type="change_directory">cd ..</action> <action type="move_directory_files"> <source_directory>./</source_directory>