1
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 <environment_variable name="METAPHLAN_BASE" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
|
6 <package name="metaphlan" version="1.7.0">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
2
|
9 <action type="shell_command">hg clone http://bitbucket.org/nsegata/metaphlan</action>
|
1
|
10 <action type="set_environment">
|
|
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
12 </action>
|
|
13 </actions>
|
|
14 </install>
|
|
15 <readme>
|
|
16 These links provide information for the metaphlan package:
|
|
17 http://huttenhower.sph.harvard.edu/metaphlan
|
|
18 https://groups.google.com/forum/#!forum/metaphlan-users
|
|
19 </readme>
|
|
20 </package>
|
|
21 </tool_dependency>
|
|
22
|