Mercurial > repos > bebatut > package_metaphlan2_2_2_0
comparison tool_dependencies.xml @ 0:e9ab4fcb8278 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_metaphlan2_2_2_0 commit 7aadbbdef6da644837f62ea428cb859eeff34f04-dirty
author | bebatut |
---|---|
date | Thu, 26 May 2016 10:20:04 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9ab4fcb8278 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="python" version="2.7.10"> | |
4 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="numpy" version="1.9"> | |
7 <repository changeset_revision="57b37f63cb84" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="metaphlan2" version="2.2.0"> | |
10 <install version="1.0"> | |
11 <actions> | |
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> | |
17 <action type="move_directory_files"> | |
18 <source_directory>utils/</source_directory> | |
19 <destination_directory>$INSTALL_DIR/bin/</destination_directory> | |
20 </action> | |
21 <action type="setup_python_environment"> | |
22 <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
23 <package name="python" version="2.7.10" /> | |
24 </repository> | |
25 <repository changeset_revision="57b37f63cb84" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
26 <package name="numpy" version="1.9" /> | |
27 </repository> | |
28 </action> | |
29 <action type="set_environment"> | |
30 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
31 <environment_variable action="set_to" name="METAPHLAN2_DIR">$INSTALL_DIR/</environment_variable> | |
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable> | |
33 </action> | |
34 </actions> | |
35 </install> | |
36 <readme /> | |
37 </package> | |
38 </tool_dependency> |