comparison tool_dependencies.xml @ 0:01ed8e112f2a draft

planemo upload commit 6bf6d4ec8ff2ec6bd45b5f483ff2f83b6229d57d
author yating-l
date Wed, 12 Apr 2017 17:44:58 -0400
parents
children 06d9062f5430
comparison
equal deleted inserted replaced
-1:000000000000 0:01ed8e112f2a
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="regtools" version="0.3.0">
4 <install version="1.0">
5 <actions>
6 <action type="shell_command">git clone --recursive https://github.com/griffithlab/regtools.git</action>
7 <action type="make_directory">build</action>
8 <action type="change_directory">build</action>
9
10 <action type="set_environment_for_install">
11 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
12 <package name="cmake" version="3.2.3" />
13 </repository>
14 </action>
15 <action type="shell_command">cmake ..</action>
16
17 <action type="shell_command">make</action>
18 <action type="move_file">
19 <source>regtools</source>
20 <destination>$INSTALL_DIR</destination>
21 </action>
22 <action type="set_environment">
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
24 </action>
25 </actions>
26 </install>
27 </package>
28 </tool_dependency>