Mercurial > repos > malbuquerque > package_bamtools_2_3_0
comparison tool_dependencies.xml @ 6:a9b124fccfd2 draft
Uploaded
author | malbuquerque |
---|---|
date | Wed, 21 Jan 2015 13:42:24 -0500 |
parents | 890c94297f0a |
children | 52eae2bb8a4d |
comparison
equal
deleted
inserted
replaced
5:890c94297f0a | 6:a9b124fccfd2 |
---|---|
11 | 11 |
12 <package name="bamtools" version="2.3.0"> | 12 <package name="bamtools" version="2.3.0"> |
13 <install version="1.0"> | 13 <install version="1.0"> |
14 <actions> | 14 <actions> |
15 | 15 |
16 <action type="set_environment_for_install"> | |
17 <repository changeset_revision="a18ccb33a785" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu"> | |
18 <package name="cmake" version="3.1.0" /> | |
19 </repository> | |
20 </action> | |
21 | |
22 <action type="set_environment_for_install"> | |
23 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> | |
24 <package name="samtools" version="3.1.0" /> | |
25 </repository> | |
26 </action> | |
27 | |
16 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> | 28 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> |
17 <action type="shell_command">mkdir build</action> | 29 <action type="shell_command">mkdir build</action> |
18 <action type="change_directory">build</action> | 30 <action type="change_directory">build</action> |
19 <action type="shell_command">cmake ..</action> | 31 <action type="shell_command">cmake ..</action> |
20 <action type="shell_command">make</action> | 32 <action type="shell_command">make</action> |