4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="mothur" version="1.24.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://www.mothur.org/w/images/0/09/Mothur.1.24.1.zip</action>
|
|
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>
|
|
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>
|
|
34 </tool_dependency>
|
|
35
|