0
|
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>
|
1
|
18 <action type="shell_command">ls</action>
|
|
19 <action type="shell_command">sleep 10</action>
|
0
|
20 <action type="shell_command">cd build</action>
|
|
21 <action type="shell_command">cmake ..</action>
|
|
22 <action type="shell_command">make</action>
|
|
23 <action type="shell_command">cd ..</action>
|
|
24
|
|
25 <action type="move_directory_files">
|
|
26 <source_directory>./</source_directory>
|
|
27 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
28 </action>
|
|
29
|
|
30 <action type="set_environment">
|
|
31 <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable>
|
|
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
33 </action>
|
|
34
|
|
35 </actions>
|
|
36 </install>
|
|
37 </package>
|
|
38
|
|
39 </tool_dependency>
|