Mercurial > repos > malbuquerque > package_bamtools_2_3_0
changeset 8:e6fbfcc95901 draft
Uploaded
author | malbuquerque |
---|---|
date | Wed, 21 Jan 2015 17:25:59 -0500 |
parents | 52eae2bb8a4d |
children | 031f77d360ea |
files | tool_dependencies.xml |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 21 15:08:12 2015 -0500 +++ b/tool_dependencies.xml Wed Jan 21 17:25:59 2015 -0500 @@ -2,7 +2,7 @@ <tool_dependency> <package name="cmake" version="3.1.0"> - <repository changeset_revision="a18ccb33a785" name="package_cmake_3_1_0" owner="malbuquerque" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="782e014e71f9" name="package_cmake_3_1_0" owner="malbuquerque" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="samtools" version="0.1.18"> @@ -14,7 +14,7 @@ <actions> <action type="set_environment_for_install"> - <repository changeset_revision="a18ccb33a785" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu"> + <repository changeset_revision="782e014e71f9" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu"> <package name="cmake" version="3.1.0" /> </repository> </action> @@ -26,11 +26,17 @@ </action> <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> + <action type="shell_command">pwd > ~/whereami</action> <action type="shell_command">mkdir build</action> + <action type="shell_command">pwd > ~/whereami2</action> <action type="change_directory">build</action> + <action type="shell_command">pwd > ~/whereami3</action> <action type="shell_command">cmake ..</action> + <action type="shell_command">pwd > ~/whereami4</action> <action type="shell_command">make</action> + <action type="shell_command">pwd > ~/whereami5</action> <action type="change_directory">..</action> + <action type="shell_command">pwd > ~/whereami6</action> <action type="move_directory_files"> <source_directory>./</source_directory>