annotate tool_dependencies.xml @ 0:150982d8fd53 draft default tip

Uploaded
author qfab
date Fri, 30 May 2014 02:15:54 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
150982d8fd53 Uploaded
qfab
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
2 <tool_dependency>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
3 <package name="mothur" version="1.30.2-1.33.3">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
4 <install version="1.0">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
5 <actions_group>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
6 <!-- Download the binaries for mothur compatible with 64-bit OSX. -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
8 <action type="download_by_url">http://www.mothur.org/w/images/f/fb/Mothur.mac_64.OSX-10.6.zip</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
9 <action type="move_directory_files">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
10 <source_directory>mothur</source_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
12 </action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
13 </actions>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
14 <!-- Download the binaries for mothur compatible with 64-bit Linux. -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
15 <actions os="linux" architecture="x86_64">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
16 <!-- use version 1.30.2 due to problems with OSX releases before 6 -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
17 <!-- <action type="download_by_url">http://www.mothur.org/w/images/4/46/Mothur.cen_64.zip</action> -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
18 <action type="download_by_url">https://bitbucket.org/qfab/metagenomics/downloads/Mothur.cen_64.zip</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
19 <action type="move_directory_files">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
20 <source_directory>mothur</source_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
21 <destination_directory>$INSTALL_DIR</destination_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
22 </action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
23 </actions>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
24 <!-- Download the binaries for mothur compatible with 32-bit Linux. -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
25 <actions os="linux" architecture="i386">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
26 <action type="download_by_url">www.mothur.org/w/images/1/13/Mothur.cen.zip</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
27 <action type="move_directory_files">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
28 <source_directory>mothur</source_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
29 <destination_directory>$INSTALL_DIR</destination_directory>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
30 </action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
31 </actions>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
32 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
33 <actions>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
34 <action type="shell_command">echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported.</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
35 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
36 <action type="shell_command">uname</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
37 <action type="shell_command">arch</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
38 <action type="shell_command">echo Please report this via support@qfab.org - thank you!</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
39 <action type="shell_command">false</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
40 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
41 </actions>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
42 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
150982d8fd53 Uploaded
qfab
parents:
diff changeset
43 <action type="shell_command">chmod ugo+x $INSTALL_DIR/mothur</action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
44 <action type="set_environment">
150982d8fd53 Uploaded
qfab
parents:
diff changeset
45 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
46 </action>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
47 </actions_group>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
48 </install>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
49 <readme>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
50 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac 64-bit OS X mothur binaries, which is faster than performing a local compliation, avoids any issues with build dependencies, and is more reproducible between installations as there is no variability from the compiler or library versions.
150982d8fd53 Uploaded
qfab
parents:
diff changeset
51 </readme>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
52 </package>
150982d8fd53 Uploaded
qfab
parents:
diff changeset
53 </tool_dependency>