annotate tool_dependencies.xml @ 0:7d1b2564a344 draft default tip

Install recipe for NCBI BLAST+ 2.4.0
author peterjc
date Fri, 05 Aug 2016 09:35:12 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
2 <tool_dependency>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
3 <package name="blast+" version="2.4.0">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
4 <install version="1.0">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
5 <actions_group>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
6 <!-- Download the binaries for BLAST+ compatible with 64-bit OSX. -->
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
8 <action type="download_by_url" sha256sum="0b248ba8b90d2e13ea5cb41066f71e08bd3e4a38eef0f14827a881aa82665f14">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-universal-macosx.tar.gz</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
9 <action type="move_directory_files">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
10 <source_directory>bin</source_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
12 </action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
13 </actions>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
14 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. -->
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
15 <actions os="darwin" architecture="i386">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
16 <action type="download_by_url" sha256sum="0b248ba8b90d2e13ea5cb41066f71e08bd3e4a38eef0f14827a881aa82665f14">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-universal-macosx.tar.gz</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
17 <action type="move_directory_files">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
18 <source_directory>bin</source_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
19 <destination_directory>$INSTALL_DIR</destination_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
20 </action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
21 </actions>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
22 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. -->
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
23 <actions os="linux" architecture="x86_64">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
24 <action type="download_by_url" sha256sum="21aa7ca60954ce9c6d3f572e427fee804291fcad41447d554033a81d5af96a2b">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.4.0/ncbi-blast-2.4.0+-x64-linux.tar.gz</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
25 <action type="move_directory_files">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
26 <source_directory>bin</source_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
27 <destination_directory>$INSTALL_DIR</destination_directory>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
28 </action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
29 </actions>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
30 <actions>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
31 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
32 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
33 <action type="shell_command">uname</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
34 <action type="shell_command">arch</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
35 <action type="shell_command">echo "Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!"</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
36 <action type="shell_command">false</action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
37 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
38 </actions>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
39 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
40 <action type="set_environment">
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
41 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
42 <environment_variable name="BLAST_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
43 </action>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
44 </actions_group>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
45 </install>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
46 <readme>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
47 Downloads the precompiled 64 bit Linux, or Mac OS X BLAST+ binaries from the NCBI,
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
48 which is faster than performing a local compilation, avoids any issues with build
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
49 dependencies, and is more reproducible between installations as there is no
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
50 variability from the compiler or library versions.
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
51
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
52 Note that NCBI do not provide 32 bit Linux binaries anymore.
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
53
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
54 For more details, see:
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
55 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastDocs&amp;DOC_TYPE=Download
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
56 </readme>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
57 </package>
7d1b2564a344 Install recipe for NCBI BLAST+ 2.4.0
peterjc
parents:
diff changeset
58 </tool_dependency>