annotate tool_dependencies.xml @ 0:85e43fb3f363 draft default tip

Imported from capsule None
author devteam
date Mon, 19 May 2014 12:32:56 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
2 <tool_dependency>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
3 <package name="blast+" version="2.2.26+">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
4 <install version="1.0">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
5 <actions_group>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
6 <!-- Download the binaries for BLAST+ compatible with 64-bit OSX. -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
8 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
9 <action type="move_directory_files">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
10 <source_directory>bin</source_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
12 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
13 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
14 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
15 <actions os="darwin" architecture="i386">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
16 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
17 <action type="move_directory_files">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
18 <source_directory>bin</source_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
19 <destination_directory>$INSTALL_DIR</destination_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
20 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
21 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
22 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
23 <actions os="linux" architecture="x86_64">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
24 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
25 <action type="move_directory_files">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
26 <source_directory>bin</source_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
27 <destination_directory>$INSTALL_DIR</destination_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
28 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
29 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
30 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i386). -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
31 <actions os="linux" architecture="i386">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
32 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
33 <action type="move_directory_files">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
34 <source_directory>bin</source_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
35 <destination_directory>$INSTALL_DIR</destination_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
36 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
37 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
38 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i686). -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
39 <actions os="linux" architecture="i686">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
40 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
41 <action type="move_directory_files">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
42 <source_directory>bin</source_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
43 <destination_directory>$INSTALL_DIR</destination_directory>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
44 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
45 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
46 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
47 <actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
48 <action type="download_by_url" target_filename="ncbi-blast-2.2.26+.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-src.tar.gz</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
49 <action type="shell_command">cd c++ &amp;&amp; ./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
50 </actions>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
51 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
52 <action type="set_environment">
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
53 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
54 </action>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
55 </actions_group>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
56 </install>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
57 <readme>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
58 These links provide information for building the NCBI Blast+ package in most environments.
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
59
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
60 System requirements
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
61 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastDocs&amp;DOC_TYPE=Download
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
62 </readme>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
63 </package>
85e43fb3f363 Imported from capsule None
devteam
parents:
diff changeset
64 </tool_dependency>