Mercurial > repos > jjohnson > metaphlan
comparison tool_dependencies.xml @ 1:868624c77941 draft
Add tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 09 Oct 2012 15:53:06 -0500 |
parents | |
children | d90db1d506c4 |
comparison
equal
deleted
inserted
replaced
0:0ec6c5781381 | 1:868624c77941 |
---|---|
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> | |
9 <action type="shell_command">hg clone https://bitbucket.org/nsegata/metaphlan -u 43684e5f6dc5</action> | |
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 |