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>
|
9
|
15
|
10
|
16 <action type="shell_command">pwd > ~/TEST/whereami0</action>
|
9
|
17
|
6
|
18 <action type="set_environment_for_install">
|
8
|
19 <repository changeset_revision="782e014e71f9" name="package_cmake_3_1_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu">
|
6
|
20 <package name="cmake" version="3.1.0" />
|
|
21 </repository>
|
|
22 </action>
|
|
23
|
10
|
24 <action type="shell_command">pwd > ~/TEST/whereami1</action>
|
9
|
25
|
6
|
26 <action type="set_environment_for_install">
|
|
27 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
|
7
|
28 <package name="samtools" version="0.1.18" />
|
6
|
29 </repository>
|
|
30 </action>
|
9
|
31
|
10
|
32 <action type="shell_command">pwd > ~/TEST/whereami2</action>
|
0
|
33 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action>
|
10
|
34 <action type="shell_command">pwd > ~/TEST/whereami3</action>
|
0
|
35 <action type="shell_command">mkdir build</action>
|
10
|
36 <action type="shell_command">pwd > ~/TEST/whereami4</action>
|
3
|
37 <action type="change_directory">build</action>
|
10
|
38 <action type="shell_command">pwd > ~/TEST/whereami5</action>
|
3
|
39 <action type="shell_command">cmake ..</action>
|
10
|
40 <action type="shell_command">pwd > ~/TEST/whereami6</action>
|
0
|
41 <action type="shell_command">make</action>
|
10
|
42 <action type="shell_command">pwd > ~/TEST/whereami7</action>
|
4
|
43 <action type="change_directory">..</action>
|
10
|
44 <action type="shell_command">pwd > ~/TEST/whereami8</action>
|
0
|
45
|
|
46 <action type="move_directory_files">
|
|
47 <source_directory>./</source_directory>
|
|
48 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
49 </action>
|
|
50
|
|
51 <action type="set_environment">
|
|
52 <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable>
|
|
53 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
54 </action>
|
|
55
|
|
56 </actions>
|
|
57 </install>
|
|
58 </package>
|
|
59
|
|
60 </tool_dependency>
|