comparison tool_dependencies.xml @ 1:3cb6227f905e draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_metaphlan2_2_2_0 commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
author bebatut
date Tue, 12 Apr 2016 02:52:46 -0400
parents bbac0ef27bb2
children
comparison
equal deleted inserted replaced
0:bbac0ef27bb2 1:3cb6227f905e
8 </package> 8 </package>
9 <package name="metaphlan2" version="2.2.0"> 9 <package name="metaphlan2" version="2.2.0">
10 <install version="1.0"> 10 <install version="1.0">
11 <actions> 11 <actions>
12 <action type="download_by_url">https://bitbucket.org/biobakery/metaphlan2/get/2.2.0.zip</action> 12 <action type="download_by_url">https://bitbucket.org/biobakery/metaphlan2/get/2.2.0.zip</action>
13 <action type="move_file">
14 <source>metaphlan2.py</source>
15 <destination>$INSTALL_DIR/bin/</destination>
16 </action>
13 <action type="move_directory_files"> 17 <action type="move_directory_files">
14 <source_directory>.</source_directory> 18 <source_directory>utils/</source_directory>
15 <destination_directory>$INSTALL_DIR/</destination_directory> 19 <destination_directory>$INSTALL_DIR/bin/</destination_directory>
16 </action> 20 </action>
17 <action type="setup_python_environment"> 21 <action type="setup_python_environment">
18 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 22 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
19 <package name="python" version="2.7.10" /> 23 <package name="python" version="2.7.10" />
20 </repository> 24 </repository>
23 </repository> 27 </repository>
24 </action> 28 </action>
25 <action type="set_environment"> 29 <action type="set_environment">
26 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> 30 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
27 <environment_variable action="set_to" name="METAPHLAN2_DIR">$INSTALL_DIR/</environment_variable> 31 <environment_variable action="set_to" name="METAPHLAN2_DIR">$INSTALL_DIR/</environment_variable>
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> 32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
29 </action> 33 </action>
30 </actions> 34 </actions>
31 </install> 35 </install>
32 <readme /> 36 <readme />
33 </package> 37 </package>