Repository 'package_raxml_8_2_4'
hg clone https://toolshed.g2.bx.psu.edu/repos/tiagoantao/package_raxml_8_2_4

Changeset 0:25be7ee8d4b6 (2015-11-03)
Commit message:
planemo upload commit 2c71c5e5604b9c05648b883fddbb163a8e03c807
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 25be7ee8d4b6 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Nov 03 16:26:44 2015 -0500
b
@@ -0,0 +1,23 @@
+<?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">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>
+
+        <!-- Install raxml -->
+        <action type="shell_command">mkdir -p $INSTALL_DIR/bin</action>
+        <action type="shell_command">cp raxmlHPC-PTHREADS $INSTALL_DIR/bin</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>