comparison tool_dependencies.xml @ 0:77f73a8c45be draft default tip

Initial version
author miller-lab
date Thu, 19 Sep 2013 18:09:26 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:77f73a8c45be
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="raxml" version="7.7.6">
4 <install version="1.0">
5 <actions>
6 <!-- Download source code -->
7 <action type="download_by_url" target_filename="standard-RAxML-7.7.6.tar.gz">https://github.com/stamatak/standard-RAxML/archive/v7.7.6.tar.gz</action>
8
9 <!-- Build raxml -->
10 <action type="shell_command">make -f Makefile.gcc</action>
11
12 <!-- Install raxml -->
13 <action type="shell_command">mkdir -p $INSTALL_DIR/bin</action>
14 <action type="shell_command">cp raxmlHPC $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>