comparison tool_dependencies.xml @ 0:244d490a5cf5 draft default tip

Uploaded
author dcorreia
date Mon, 04 Jul 2016 10:43:17 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:244d490a5cf5
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="phyml-sms" version="1.3">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/sms/sms-1.3.zip</action>
7 <action type="shell_command">make</action>
8 <action type="chmod"><file mode="755">$INSTALL_DIR/sms.sh</file></action>
9 <action type="chmod"><file mode="755">$INSTALL_DIR/phyml-src/phyml</file></action>
10 <action type="move_directory_files">
11 <source_directory>$TMP_WORK_DIR/sms-1.3</source_directory>
12 <destination_directory>$INSTALL_DIR/sources</destination_directory>
13 </action>
14 <action type="set_environment">
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/sources</environment_variable>
16 </action>
17 </actions>
18 </install>
19 </package>
20 </tool_dependency>