comparison tool_dependencies.xml @ 0:25be7ee8d4b6 draft default tip

planemo upload commit 2c71c5e5604b9c05648b883fddbb163a8e03c807
author tiagoantao
date Tue, 03 Nov 2015 16:26:44 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:25be7ee8d4b6
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="raxml" version="8.2.4">
4 <install version="1.0">
5 <actions>
6 <!-- Download source code -->
7 <action type="download_by_url" target_filename="standard-RAxML-8.2.4.tar.gz">https://github.com/stamatak/standard-RAxML/archive/v8.2.4.tar.gz</action>
8
9 <!-- Build raxml -->
10 <action type="shell_command">make -f Makefile.PTHREADS.gcc</action>
11
12 <!-- Install raxml -->
13 <action type="shell_command">mkdir -p $INSTALL_DIR/bin</action>
14 <action type="shell_command">cp raxmlHPC-PTHREADS $INSTALL_DIR/bin</action>
15
16 <!-- Set environment for dependent repositories -->
17 <action type="set_environment">
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
19 </action>
20 </actions>
21 </install>
22 </package>
23 </tool_dependency>