4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
7
|
3 <package name="mothur" version="1.27">
|
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>
|
4
|
7 <action type="shell_command">cd Mothur.source</action>
|
|
8 <action type="shell_command">make</action>
|
|
9 <action type="move_file">
|
|
10 <source>mothur</source>
|
|
11 <destination>$INSTALL_DIR/bin</destination>
|
|
12 </action>
|
|
13 <action type="move_file">
|
|
14 <source>uchime</source>
|
|
15 <destination>$INSTALL_DIR/bin</destination>
|
|
16 </action>
|
|
17 <action type="set_environment">
|
|
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
7
|
19 <environment_variable name="MOTHUR_MAX_PROCESSORS" action="set_to">2</environment_variable>
|
4
|
20 </action>
|
|
21 </actions>
|
|
22 </install>
|
|
23 <readme>
|
|
24 These links provide information for building the Mothur package in most environments .
|
|
25
|
|
26 http://www.mothur.org/wiki/Download_mothur
|
|
27
|
|
28 http://www.mothur.org/wiki/Installation
|
|
29
|
|
30 http://www.mothur.org/wiki/Makefile_options
|
|
31
|
|
32 </readme>
|
|
33 </package>
|
7
|
34 <!--
|
|
35 http://supfam.cs.bris.ac.uk/TreeVector/treevectorsource.zip
|
|
36 -->
|
4
|
37 </tool_dependency>
|
|
38
|