Mercurial > repos > iuc > package_raxml_8_2_4
diff tool_dependencies.xml @ 0:3a587f1903d3 draft
planemo upload commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 21:43:14 -0500 |
| parents | |
| children | 1cb38f33917b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 30 21:43:14 2015 -0500 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="raxml" version="8.2.4"> + <install version="1.0"> + <actions> + <!-- Download source code --> + <action type="download_by_url" target_filename="standard-RAxML-8.2.4.tar.gz" sha256sum="e9fa4b3fe790094d832a640edc2b448890237dca0012d509d95be4cd4ef3d83b">https://github.com/stamatak/standard-RAxML/archive/v8.2.4.tar.gz</action> + + <!-- Build raxml --> + <action type="shell_command">make -f Makefile.PTHREADS.gcc</action> + <action type="shell_command">make -f Makefile.gcc</action> + <!-- Install raxml --> + <action type="move_file"> + <source>raxmlHPC-PTHREADS</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> + <source>raxmlHPC</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + + <!-- Set environment for dependent repositories --> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>
