Mercurial > repos > jjohnson > metaphlan
view tool_dependencies.xml @ 5:61f300dbc6ac draft
Enable fastq input
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Wed, 10 Oct 2012 12:35:51 -0500 |
parents | 51288d868a5c |
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 http://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>