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