Mercurial > repos > jjohnson > mothur_toolsuite
comparison mothur/tool_dependencies.xml @ 7:3cfe41810949 draft
Update to mothur v 1.27
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 30 Nov 2012 08:16:51 -0600 |
parents | a9d51d14f9e9 |
children | 999d1b7c7a83 |
comparison
equal
deleted
inserted
replaced
6:1bfd4a8ecb3d | 7:3cfe41810949 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="mothur" version="1.24.0"> | 3 <package name="mothur" version="1.27"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">http://www.mothur.org/w/images/0/09/Mothur.1.24.1.zip</action> | 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">cd Mothur.source</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> | 8 <action type="shell_command">sed -i .bak -e 's/-lcurses/-lncurses/g' Makefile</action> |
9 <action type="shell_command">make</action> | 9 <action type="shell_command">make</action> |
10 <action type="move_file"> | 10 <action type="move_file"> |
11 <source>mothur</source> | 11 <source>mothur</source> |
15 <source>uchime</source> | 15 <source>uchime</source> |
16 <destination>$INSTALL_DIR/bin</destination> | 16 <destination>$INSTALL_DIR/bin</destination> |
17 </action> | 17 </action> |
18 <action type="set_environment"> | 18 <action type="set_environment"> |
19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
20 <environment_variable name="MOTHUR_MAX_PROCESSORS" action="set_to">2</environment_variable> | |
20 </action> | 21 </action> |
21 </actions> | 22 </actions> |
22 </install> | 23 </install> |
23 <readme> | 24 <readme> |
24 These links provide information for building the Mothur package in most environments . | 25 These links provide information for building the Mothur package in most environments . |
29 | 30 |
30 http://www.mothur.org/wiki/Makefile_options | 31 http://www.mothur.org/wiki/Makefile_options |
31 | 32 |
32 </readme> | 33 </readme> |
33 </package> | 34 </package> |
35 <!-- | |
36 http://supfam.cs.bris.ac.uk/TreeVector/treevectorsource.zip | |
37 --> | |
34 </tool_dependency> | 38 </tool_dependency> |
35 | 39 |