comparison mothur/tool_dependencies.xml @ 27:49058b1f8d3f

Update to mothur version 1.27 and add tool_dependencies.xml to automatically install mothur
author Jim Johnson <jj@umn.edu>
date Tue, 04 Dec 2012 11:05:19 -0600
parents
children 1be61ceb20d7
comparison
equal deleted inserted replaced
26:5c77423823cb 27:49058b1f8d3f
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="mothur" version="1.27">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://www.mothur.org/w/images/c/cb/Mothur.1.27.0.zip</action>
7 <action type="shell_command">chmod u+x Mothur.source/uchime_src/mk</action>
8 <action type="shell_command">cd Mothur.source &amp;&amp; make</action>
9 <action type="move_file">
10 <source>Mothur.source/mothur</source>
11 <destination>$INSTALL_DIR/bin</destination>
12 </action>
13 <action type="move_file">
14 <source>Mothur.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>
19 <environment_variable name="MOTHUR_MAX_PROCESSORS" action="set_to">2</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 <!--
35 http://supfam.cs.bris.ac.uk/TreeVector/treevectorsource.zip
36 -->
37 </tool_dependency>
38