Mercurial > repos > malbuquerque > package_bamtools_2_3_0
view tool_dependencies.xml @ 6:a9b124fccfd2 draft
Uploaded
author | malbuquerque |
---|---|
date | Wed, 21 Jan 2015 13:42:24 -0500 |
parents | 890c94297f0a |
children | 52eae2bb8a4d |
line wrap: on
line source
<?xml version="1.0"?> <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" /> </package> <package name="samtools" version="0.1.18"> <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="bamtools" version="2.3.0"> <install version="1.0"> <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"> <package name="cmake" version="3.1.0" /> </repository> </action> <action type="set_environment_for_install"> <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> <package name="samtools" version="3.1.0" /> </repository> </action> <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="change_directory">build</action> <action type="shell_command">cmake ..</action> <action type="shell_command">make</action> <action type="change_directory">..</action> <action type="move_directory_files"> <source_directory>./</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> </package> </tool_dependency>