view tool_dependencies.xml @ 0:f7b03e9db640 draft default tip

planemo upload commit e0ca504b3313992020acf8ab7aed0a261237766e-dirty
author dcorreia
date Tue, 31 Jan 2017 10:47:55 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="phyml-sms" version="1.7">
		<install version="1.0">
			<actions>
				<action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/sms/sms-1.7.zip</action>
                <action type="shell_command">make</action>
                <action type="chmod"><file mode="755">$INSTALL_DIR/sms.sh</file></action>
                <action type="chmod"><file mode="755">$INSTALL_DIR/phyml-src/phyml</file></action>
                <action type="move_directory_files">
                    <source_directory>$TMP_WORK_DIR/sms-1.7</source_directory>
                    <destination_directory>$INSTALL_DIR/sources</destination_directory>
                </action>
				<action type="set_environment">
					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/sources</environment_variable>
				</action>
			</actions>
		</install>
	</package>
</tool_dependency>