Mercurial > repos > iuc > package_raxml_8_2_4
comparison tool_dependencies.xml @ 0:34be595fd2a9 draft default tip
planemo upload commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
author | iuc |
---|---|
date | Mon, 14 Nov 2016 14:03:20 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:34be595fd2a9 |
---|---|
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" sha256sum="e9fa4b3fe790094d832a640edc2b448890237dca0012d509d95be4cd4ef3d83b" 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 <action type="shell_command">make -f Makefile.gcc</action> | |
12 <!-- Install raxml --> | |
13 <action type="move_file"> | |
14 <source>raxmlHPC-PTHREADS</source> | |
15 <destination>$INSTALL_DIR/bin</destination> | |
16 </action> | |
17 <action type="move_file"> | |
18 <source>raxmlHPC</source> | |
19 <destination>$INSTALL_DIR/bin</destination> | |
20 </action> | |
21 | |
22 <!-- Set environment for dependent repositories --> | |
23 <action type="set_environment"> | |
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
25 </action> | |
26 </actions> | |
27 </install> | |
28 </package> | |
29 </tool_dependency> |