changeset 0:7f68b38e2be1 draft default tip

Imported from capsule None
author vlefort
date Wed, 13 Apr 2016 10:29:31 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Apr 13 10:29:31 2016 -0400
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<tool_dependency>
+	<package name="phyml" version="3.1">
+		<install version="1.0">
+			<actions_group>
+			   <actions os="darwin" architecture="x86_64">
+                    <action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                    </action>
+                    <action type="chmod">
+                        <file mode="755">$INSTALL_DIR/bin/PhyML-3.1_macOS-MountainLion</file>
+                    </action>
+                    <action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_macOS-MountainLion $INSTALL_DIR/bin/phyml</action>
+               </actions>
+			   <actions os="linux" architecture="i386">
+                    <action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                    </action>
+                    <action type="chmod">
+                        <file mode="755">$INSTALL_DIR/bin/PhyML-3.1_linux32</file>
+                    </action>
+                    <action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_linux32 $INSTALL_DIR/bin/phyml</action>
+                </actions>
+				<actions os="linux" architecture="x86_64">
+					<action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action>
+					<action type="move_directory_files">
+						<source_directory>.</source_directory>
+						<destination_directory>$INSTALL_DIR/bin</destination_directory>
+					</action>
+					<action type="chmod">
+						<file mode="755">$INSTALL_DIR/bin/PhyML-3.1_linux64</file>
+					</action>
+					<action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_linux64 $INSTALL_DIR/bin/phyml</action>
+				</actions>
+				<action type="set_environment">
+					<environment_variable name="PHYML_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+				</action>
+			</actions_group>
+		</install>
+	</package>
+</tool_dependency>
\ No newline at end of file