Mercurial > repos > bebatut > metaphlan2
comparison tool_dependencies.xml @ 0:35d3ad2fb7a4 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/sortmerna/ commit 32fa724f84e56b46f52254e98d276849a26a9faa-dirty
author | bebatut |
---|---|
date | Wed, 28 Oct 2015 11:14:06 -0400 |
parents | |
children | 8ce82a6b20d7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:35d3ad2fb7a4 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="bowtie2" version="2.2.5"> | |
4 <repository changeset_revision="e627be2bba58" name="package_bowtie_2_2_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="metaphlan2" version="2.0"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="shell_command">hg clone https://bitbucket.org/biobakery/metaphlan2</action> | |
10 <action type="move_directory_files"> | |
11 <source_directory>.</source_directory> | |
12 <destination_directory>$INSTALL_DIR</destination_directory> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable action="set_to" name="METAPHLAN2_DIR">$INSTALL_DIR</environment_variable> | |
16 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme /> | |
21 </package> | |
22 </tool_dependency> |