comparison tool_dependencies.xml @ 1:58eb64dff5b4 draft

planemo upload commit 37c9a84ce3065ceab57cfb4cdd35a4a75d6ef223
author peterjc
date Sat, 04 Jul 2015 09:36:08 -0400
parents ebc6b1b18de6
children b4f1eee85d8d
comparison
equal deleted inserted replaced
0:ebc6b1b18de6 1:58eb64dff5b4
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="blast+" version="2.2.31"> 3 <package name="blast+" version="2.2.26+">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions_group> 5 <actions_group>
6 <!-- Download the binaries for BLAST+ compatible with 64-bit OSX. --> 6 <!-- Download the binaries for BLAST+ compatible with 64-bit OSX. -->
7 <actions os="darwin" architecture="x86_64"> 7 <actions os="darwin" architecture="x86_64">
8 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-universal-macosx.tar.gz</action> 8 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz</action>
9 <action type="move_directory_files"> 9 <action type="move_directory_files">
10 <source_directory>bin</source_directory> 10 <source_directory>bin</source_directory>
11 <destination_directory>$INSTALL_DIR</destination_directory> 11 <destination_directory>$INSTALL_DIR</destination_directory>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. --> 14 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. -->
15 <actions os="darwin" architecture="i386"> 15 <actions os="darwin" architecture="i386">
16 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-universal-macosx.tar.gz</action> 16 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz</action>
17 <action type="move_directory_files"> 17 <action type="move_directory_files">
18 <source_directory>bin</source_directory> 18 <source_directory>bin</source_directory>
19 <destination_directory>$INSTALL_DIR</destination_directory> 19 <destination_directory>$INSTALL_DIR</destination_directory>
20 </action> 20 </action>
21 </actions> 21 </actions>
22 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. --> 22 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. -->
23 <actions os="linux" architecture="x86_64"> 23 <actions os="linux" architecture="x86_64">
24 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-x64-linux.tar.gz</action> 24 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz</action>
25 <action type="move_directory_files"> 25 <action type="move_directory_files">
26 <source_directory>bin</source_directory> 26 <source_directory>bin</source_directory>
27 <destination_directory>$INSTALL_DIR</destination_directory> 27 <destination_directory>$INSTALL_DIR</destination_directory>
28 </action> 28 </action>
29 </actions> 29 </actions>
30 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i386). --> 30 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i386). -->
31 <actions os="linux" architecture="i386"> 31 <actions os="linux" architecture="i386">
32 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-ia32-linux.tar.gz</action> 32 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</action>
33 <action type="move_directory_files"> 33 <action type="move_directory_files">
34 <source_directory>bin</source_directory> 34 <source_directory>bin</source_directory>
35 <destination_directory>$INSTALL_DIR</destination_directory> 35 <destination_directory>$INSTALL_DIR</destination_directory>
36 </action> 36 </action>
37 </actions> 37 </actions>
38 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i686). --> 38 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i686). -->
39 <actions os="linux" architecture="i686"> 39 <actions os="linux" architecture="i686">
40 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-ia32-linux.tar.gz</action> 40 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz</action>
41 <action type="move_directory_files"> 41 <action type="move_directory_files">
42 <source_directory>bin</source_directory> 42 <source_directory>bin</source_directory>
43 <destination_directory>$INSTALL_DIR</destination_directory> 43 <destination_directory>$INSTALL_DIR</destination_directory>
44 </action> 44 </action>
45 </actions> 45 </actions>
54 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> 54 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
55 </actions> 55 </actions>
56 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 56 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
57 <action type="set_environment"> 57 <action type="set_environment">
58 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 58 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
59 <environment_variable name="BLAST_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
60 </action> 59 </action>
61 </actions_group> 60 </actions_group>
62 </install> 61 </install>
63 <readme> 62 <readme>
64 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X BLAST+ 63 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X BLAST+