comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:f7b03e9db640
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="phyml-sms" version="1.7">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/sms/sms-1.7.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.7</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>