annotate tool_dependencies.xml @ 0:c0295ba21771 draft default tip

Uploaded
author qfab
date Thu, 29 May 2014 20:53:16 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c0295ba21771 Uploaded
qfab
parents:
diff changeset
1 <?xml version='1.0'?>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
2 <tool_dependency>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
3 <package name="uclust" version="1.22.2">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
4 <install version="1.0">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
5 <actions_group>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
6 <!-- Download the binaries for uclust compatible with 64-bit OSX. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
8 <action type="download_by_url">http://www.drive5.com/uclust/uclustq1.2.22_i86darwin64</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
9 <action type="move_directory_files">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
10 <source_directory>.</source_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
12 </action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
13 <action type="shell_command">mv $INSTALL_DIR/uclustq1.2.22_i86darwin64 $INSTALL_DIR/uclust</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
14 </actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
15 <!-- Download the binaries for uclust compatible with 32-bit OSX. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
16 <actions os="darwin" architecture="i386">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
17 <action type="download_by_url">http://www.drive5.com/uclust/uclustq1.2.22_i86darwin32</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
18 <action type="move_directory_files">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
19 <source_directory>.</source_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
20 <destination_directory>$INSTALL_DIR</destination_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
21 </action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
22 <action type="shell_command">mv $INSTALL_DIR/uclustq1.2.22_i86darwin32 $INSTALL_DIR/uclust</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
23 </actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
24 <!-- Download the binaries for uclust compatible with 64-bit Linux. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
25 <actions os="linux" architecture="x86_64">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
26 <action type="download_by_url">http://www.drive5.com/uclust/uclustq1.2.22_i86linux64</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
27 <action type="move_directory_files">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
28 <source_directory>.</source_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
29 <destination_directory>$INSTALL_DIR</destination_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
30 </action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
31 <action type="shell_command">mv $INSTALL_DIR/uclustq1.2.22_i86linux64 $INSTALL_DIR/uclust</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
32 </actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
33 <!-- Download the binaries for uclust compatible with 32-bit Linux. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
34 <actions os="linux" architecture="i386">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
35 <action type="download_by_url">http://www.drive5.com/uclust/uclustq1.2.22_i86linux32</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
36 <action type="move_directory_files">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
37 <source_directory>.</source_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
38 <destination_directory>$INSTALL_DIR</destination_directory>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
39 </action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
40 <action type="shell_command">mv $INSTALL_DIR/uclustq1.2.22_i86linux32 $INSTALL_DIR/uclust</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
41 </actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
42 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
43 <actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
44 <action type="shell_command">echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported.</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
45 <action type="shell_command">echo Your machine details (the output from 'uname' and 'arch'):</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
46 <action type="shell_command">uname</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
47 <action type="shell_command">arch</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
48 <action type="shell_command">echo Please report this via support@qfab.org - thank you!</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
49 <action type="shell_command">false</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
50 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
51 </actions>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
52 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
c0295ba21771 Uploaded
qfab
parents:
diff changeset
53 <action type="shell_command">chmod ugo+x $INSTALL_DIR/uclust</action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
54 <action type="set_environment">
c0295ba21771 Uploaded
qfab
parents:
diff changeset
55 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
56 </action>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
57 </actions_group>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
58 </install>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
59 <readme>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
60 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.
c0295ba21771 Uploaded
qfab
parents:
diff changeset
61 </readme>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
62 </package>
c0295ba21771 Uploaded
qfab
parents:
diff changeset
63 </tool_dependency>