comparison mothur/tool_dependencies.xml @ 4:a9d51d14f9e9 draft

Add tool_dependencies
author Jim Johnson <jj@umn.edu>
date Wed, 05 Sep 2012 21:28:43 -0500
parents
children 3cfe41810949
comparison
equal deleted inserted replaced
3:6b358d0f17b4 4:a9d51d14f9e9
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