annotate tool_dependencies.xml @ 0:8a5a4d8db315 draft default tip

Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
author iyad
date Mon, 10 Nov 2014 15:11:48 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
2 <tool_dependency>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
3 <package name="blast" version="2.2.26">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
4 <install version="1.0">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
5 <actions_group>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
6 <!-- Download the binaries for BLAST compatible with 64-bit OSX. -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
8 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-universal-macosx.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
9 <action type="move_directory_files">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
10 <source_directory>bin</source_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
12 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
13 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
14 <!-- Download the binaries for BLAST compatible with 32-bit OSX. -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
15 <actions os="darwin" architecture="i386">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
16 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-universal-macosx.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
17 <action type="move_directory_files">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
18 <source_directory>bin</source_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
19 <destination_directory>$INSTALL_DIR</destination_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
20 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
21 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
22 <!-- Download the binaries for BLAST compatible with 64-bit Linux. -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
23 <actions os="linux" architecture="x86_64">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
24 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-x64-linux.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
25 <action type="move_directory_files">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
26 <source_directory>bin</source_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
27 <destination_directory>$INSTALL_DIR</destination_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
28 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
29 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
30 <!-- Download the binaries for BLAST compatible with 32-bit Linux (i386). -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
31 <actions os="linux" architecture="i386">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
32 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-ia32-linux.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
33 <action type="move_directory_files">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
34 <source_directory>bin</source_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
35 <destination_directory>$INSTALL_DIR</destination_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
36 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
37 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
38 <!-- Download the binaries for BLAST compatible with 32-bit Linux (i686). -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
39 <actions os="linux" architecture="i686">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
40 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-ia32-linux.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
41 <action type="move_directory_files">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
42 <source_directory>bin</source_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
43 <destination_directory>$INSTALL_DIR</destination_directory>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
44 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
45 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
46 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
47 <actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
48 <action type="download_by_url" target_filename="blast-2.2.26.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/LATEST/blast-2.2.26-src.tar.gz</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
49 <action type="shell_command">cd c++ &amp;&amp; ./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
50 </actions>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
51 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
52 <action type="set_environment">
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
53 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
54 </action>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
55 </actions_group>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
56 </install>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
57 <readme>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
58 *Authors &amp; Contacts*
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
59 Iyad Kandalaft | Iyad.Kandalaft@Agr.gc.ca | Agriculture and Agri-Foods Canada
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
60 Kevin Chen | Agriculture and Agri-Foods Canada
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
61
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
62 *Repository Description*
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
63 The package_blast_2_2_26 repository downloads and builds the legacy NCBI Blast source code v2.2.26 on various operating systems and architectures.
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
64 The repository is a modification of the NCBI Blast Plus package.
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
65
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
66 These links provide information for building the legacy NCBI Blast package in most environments.
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
67
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
68 System requirements
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
69 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastDocs&amp;DOC_TYPE=Download
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
70 </readme>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
71 </package>
8a5a4d8db315 Initial commit - adapted tool_dependencies.xml from Blast Plus 2.2.26 repository
iyad
parents:
diff changeset
72 </tool_dependency>