annotate mothur/tool_dependencies.xml @ 36:040410b8167e default tip

Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
author galaxyuser <galaxy_user@agr.g.ca>
date Mon, 10 Nov 2014 15:40:02 -0500
parents 95d75b35e4d2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
1 <?xml version="1.0"?>
27
49058b1f8d3f Update to mothur version 1.27 and add tool_dependencies.xml to automatically install mothur
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <tool_dependency>
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
3 <package name="mothur" version="1.33">
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
4 <install version="1.0">
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
5 <actions>
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
6 <action type="download_by_url">http://www.mothur.org/w/images/6/65/Mothur.1.33.3.zip</action>
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
7 <action type="shell_command">chmod u+x Mothur.source/uchime_src/mk</action>
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
8 <action type="shell_command">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
9 test $(uname) = Linux &amp;&amp;
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
10 perl -i.bak -pe 's/(USEREADLINE.+) = yes/$1 = no/; s/TARGET_ARCH \+= -arch x86_64//; s/#(CXXFLAGS.+-mtune=native -march=native -m64)/$1/;' Mothur.source/makefile ||
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
11 true
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
12 </action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
13 <action type="shell_command">cd Mothur.source; make -j 2;</action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
14 <action type="move_file">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
15 <source>Mothur.source/mothur</source>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
16 <destination>$INSTALL_DIR/bin</destination>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
17 </action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
18 <action type="move_file">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
19 <source>Mothur.source/uchime</source>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
20 <destination>$INSTALL_DIR/bin</destination>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
21 </action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
22 <action type="set_environment">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
24 <environment_variable name="MOTHUR_MAX_PROCESSORS" action="set_to">2</environment_variable>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
25 </action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
26 <action type="set_environment_for_install">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
27 <repository changeset_revision="8a5a4d8db315" name="package_blast_2_2_26" owner="iyad" toolshed="https://toolshed.g2.bx.psu.edu/">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
28 <package name="blast" version="2.2.26" />
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
29 </repository>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
30 </action>
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
31
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
32 <action type="make_directory">$INSTALL_DIR/bin/blast</action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
33 <action type="make_directory">$INSTALL_DIR/bin/blast/bin</action>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
34 <action type="change_directory">$INSTALL_DIR/bin</action>
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
35
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
36 <action type="shell_command">cd $INSTALL_DIR/bin;mypath=`which blastall`; mypath=`dirname $mypath`; cp $mypath/* ./blast/bin</action>
27
49058b1f8d3f Update to mothur version 1.27 and add tool_dependencies.xml to automatically install mothur
Jim Johnson <jj@umn.edu>
parents:
diff changeset
37
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
38 </actions>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
39 </install>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
40 <readme>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
41 *Authors &amp; Contacts*
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
42 Jim Johnson
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
43 Peter Briggs
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
44 Iyad Kandalaft | Iyad.Kandalaft@Agr.gc.ca | Agriculture and Agri-Foods Canada
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
45 Kevin Chen | Agriculture and Agri-Foods Canada
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
46
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
47 *Description*
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
48
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
49 The Mothur Tool Suite repository provides Galaxy wrappers for the majority of the Mothur tools. In addition, it downloads and builds the Mothur binaries.
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
50
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
51 Supports Linux environments such as Redhat/Centos/Ubuntu as well as Mac OSX.
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
52
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
53 These links provide information for building the Mothur package in most environments.
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
54
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
55 http://www.mothur.org/wiki/Download_mothur
27
49058b1f8d3f Update to mothur version 1.27 and add tool_dependencies.xml to automatically install mothur
Jim Johnson <jj@umn.edu>
parents:
diff changeset
56
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
57 http://www.mothur.org/wiki/Installation
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
58 http://www.mothur.org/wiki/Makefile_options
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
59
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
60 *Requirements*
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
61
36
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
62 - build tools (make, C libraries, GCC)
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
63 - libncurses-dev(el)
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
64 - simplejson (python library)
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
65 </readme>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
66 </package>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
67 <package name="blast" version="2.2.26">
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
68 <repository
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
69 name="package_blast_2_2_26"
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
70 owner="iyad"
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
71 changeset_revision="8a5a4d8db315"
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
72 toolshed="https://toolshed.g2.bx.psu.edu/"
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
73 prior_installation_required="True"/>
040410b8167e Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
galaxyuser <galaxy_user@agr.g.ca>
parents: 35
diff changeset
74 </package>
35
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
75
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
76 </tool_dependency>
95d75b35e4d2 Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
certain cat
parents: 34
diff changeset
77