Mercurial > repos > dannon > metaphlan
view tool_dependencies.xml @ 6:e951f9d38339 default tip
Added metaphlan2krona
author | Dannon Baker <dannonbaker@me.com> |
---|---|
date | Tue, 08 Apr 2014 14:16:46 -0400 |
parents | 73f082e9fa2d |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="metaphlan" version="1.7.0"> <install version="1.0"> <actions> <action type="shell_command">hg clone https://bitbucket.org/nsegata/metaphlan</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> <action type="set_environment"> <environment_variable name="METAPHLAN_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> These links provide information for the metaphlan package: http://huttenhower.sph.harvard.edu/metaphlan https://groups.google.com/forum/#!forum/metaphlan-users </readme> </package> </tool_dependency>