Mercurial > repos > jjohnson > mothur_toolsuite
annotate mothur/tool_dependencies.xml @ 10:51a065071567 draft
Need to "cd Mothur.soure && make" in tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 30 Nov 2012 09:53:52 -0600 |
parents | 999d1b7c7a83 |
children | 2ab2418616af |
rev | line source |
---|---|
4 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
10
51a065071567
Need to "cd Mothur.soure && make" in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
9
diff
changeset
|
3 <package name="mothur" version="1.27.0"> |
4 | 4 <install version="1.0"> |
5 <actions> | |
7 | 6 <action type="download_by_url">http://www.mothur.org/w/images/c/cb/Mothur.1.27.0.zip</action> |
10
51a065071567
Need to "cd Mothur.soure && make" in tool_dependencies.xml
Jim Johnson <jj@umn.edu>
parents:
9
diff
changeset
|
7 <action type="shell_command">cd Mothur.source && make</action> |
4 | 8 <action type="move_file"> |
9 <source>mothur</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="move_file"> | |
13 <source>uchime</source> | |
14 <destination>$INSTALL_DIR/bin</destination> | |
15 </action> | |
16 <action type="set_environment"> | |
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
7 | 18 <environment_variable name="MOTHUR_MAX_PROCESSORS" action="set_to">2</environment_variable> |
4 | 19 </action> |
20 </actions> | |
21 </install> | |
22 <readme> | |
23 These links provide information for building the Mothur package in most environments . | |
24 | |
25 http://www.mothur.org/wiki/Download_mothur | |
26 | |
27 http://www.mothur.org/wiki/Installation | |
28 | |
29 http://www.mothur.org/wiki/Makefile_options | |
30 | |
31 </readme> | |
32 </package> | |
7 | 33 <!-- |
34 http://supfam.cs.bris.ac.uk/TreeVector/treevectorsource.zip | |
35 --> | |
4 | 36 </tool_dependency> |
37 |