Mercurial > repos > yating-l > regtools_junctions_extract
view tool_dependencies.xml @ 3:24fc8a8efe19 draft default tip
planemo upload commit ca69686dfafcabb815c93fd46d3c4dfe57459e39-dirty
author | yating-l |
---|---|
date | Tue, 20 Dec 2016 17:15:16 -0500 |
parents | 2626c5b4c665 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="regtools" version="0.3.0"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/griffithlab/regtools.git</action> <action type="make_directory">build</action> <action type="change_directory">build</action> <action type="set_environment_for_install"> <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="cmake" version="3.2.3" /> </repository> </action> <action type="shell_command">cmake ..</action> <action type="shell_command">make</action> <action type="move_file"> <source>regtools</source> <destination>$INSTALL_DIR</destination> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> </action> </actions> </install> </package> </tool_dependency>