comparison tool_dependencies.xml @ 0:17def8636dd4 draft default tip

planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/packages/package_bamtools_2_3_0 commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
author morinlab
date Tue, 11 Oct 2016 13:34:22 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:17def8636dd4
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="cmake" version="3.1.0">
4 <repository changeset_revision="e9baec7e0438" name="package_cmake_3_1_0" owner="morinlab" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="samtools" version="0.1.18">
7 <repository changeset_revision="c0f72bdba484" name="package_samtools_0_1_18" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="bamtools" version="2.3.0">
10 <install version="1.0">
11 <actions>
12 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action>
13
14 <action type="set_environment_for_install">
15 <repository changeset_revision="e9baec7e0438" name="package_cmake_3_1_0" owner="morinlab" toolshed="https://testtoolshed.g2.bx.psu.edu">
16 <package name="cmake" version="3.1.0" />
17 </repository>
18 </action>
19
20 <action type="set_environment_for_install">
21 <repository changeset_revision="c0f72bdba484" name="package_samtools_0_1_18" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu">
22 <package name="samtools" version="0.1.18" />
23 </repository>
24 </action>
25
26 <action type="shell_command">mkdir build</action>
27 <action type="change_directory">build</action>
28 <action type="shell_command">cmake ..</action>
29 <action type="shell_command">make</action>
30 <action type="change_directory">..</action>
31
32 <action type="move_directory_files">
33 <source_directory>./</source_directory>
34 <destination_directory>$INSTALL_DIR</destination_directory>
35 </action>
36
37 <action type="set_environment">
38 <environment_variable action="set_to" name="BAMTOOLS_ROOT">$INSTALL_DIR</environment_variable>
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
40 </action>
41
42 </actions>
43 </install>
44 </package>
45 </tool_dependency>