0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
|
4 <package name="cmake" version="3.1.0">
|
8
|
5 <repository changeset_revision="782e014e71f9" name="package_cmake_3_1_0" owner="malbuquerque" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
|
0
|
6 </package>
|
|
7
|
|
8 <package name="samtools" version="0.1.18">
|
5
|
9 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
|
0
|
10 </package>
|
|
11
|
|
12 <package name="bamtools" version="2.3.0">
|
|
13 <install version="1.0">
|
|
14 <actions>
|
|
15
|
6
|
16 <action type="set_environment_for_install">
|
8
|
17 <repository changeset_revision="782e014e71f9" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu">
|
6
|
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">
|
7
|
24 <package name="samtools" version="0.1.18" />
|
6
|
25 </repository>
|
|
26 </action>
|
|
27
|
0
|
28 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action>
|
8
|
29 <action type="shell_command">pwd > ~/whereami</action>
|
0
|
30 <action type="shell_command">mkdir build</action>
|
8
|
31 <action type="shell_command">pwd > ~/whereami2</action>
|
3
|
32 <action type="change_directory">build</action>
|
8
|
33 <action type="shell_command">pwd > ~/whereami3</action>
|
3
|
34 <action type="shell_command">cmake ..</action>
|
8
|
35 <action type="shell_command">pwd > ~/whereami4</action>
|
0
|
36 <action type="shell_command">make</action>
|
8
|
37 <action type="shell_command">pwd > ~/whereami5</action>
|
4
|
38 <action type="change_directory">..</action>
|
8
|
39 <action type="shell_command">pwd > ~/whereami6</action>
|
0
|
40
|
|
41 <action type="move_directory_files">
|
|
42 <source_directory>./</source_directory>
|
|
43 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
44 </action>
|
|
45
|
|
46 <action type="set_environment">
|
|
47 <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable>
|
|
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
49 </action>
|
|
50
|
|
51 </actions>
|
|
52 </install>
|
|
53 </package>
|
|
54
|
|
55 </tool_dependency>
|