Mercurial > repos > malbuquerque > package_bamtools_2_3_0
comparison tool_dependencies.xml @ 0:2c55ff0a3013 draft
Uploaded
author | malbuquerque |
---|---|
date | Mon, 19 Jan 2015 18:52:05 -0500 |
parents | |
children | 38dafb8b3980 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2c55ff0a3013 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 | |
4 <package name="cmake" version="3.1.0"> | |
5 <repository changeset_revision="a18ccb33a785" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
6 </package> | |
7 | |
8 <package name="samtools" version="0.1.18"> | |
9 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
10 </package> | |
11 | |
12 <package name="bamtools" version="2.3.0"> | |
13 <install version="1.0"> | |
14 <actions> | |
15 | |
16 <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> | |
18 <action type="shell_command">cd build</action> | |
19 <action type="shell_command">cmake ..</action> | |
20 <action type="shell_command">make</action> | |
21 <action type="shell_command">cd ..</action> | |
22 | |
23 <action type="move_directory_files"> | |
24 <source_directory>./</source_directory> | |
25 <destination_directory>$INSTALL_DIR</destination_directory> | |
26 </action> | |
27 | |
28 <action type="set_environment"> | |
29 <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable> | |
30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
31 </action> | |
32 | |
33 </actions> | |
34 </install> | |
35 </package> | |
36 | |
37 </tool_dependency> |