comparison tool_dependencies.xml @ 0:b2a669334165 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_legacy_blast_2_2_22 commit 180a403421967d36f995941b1a4561349d75cfc5
author iuc
date Fri, 24 Jun 2016 16:25:26 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b2a669334165
1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency>
3 <package name="legacy_blast" version="2.2.22">
4 <install version="1.0">
5 <actions_group>
6 <!-- Download the binaries for BLAST compatible with 64-bit OSX. -->
7 <actions os="darwin" architecture="x86_64">
8 <action type="download_by_url" target_filename="blast-2.2.22.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy/2.2.22/blast-2.2.22-universal-macosx.tar.gz</action>
9 <action type="move_directory_files">
10 <source_directory>bin</source_directory>
11 <destination_directory>$INSTALL_DIR</destination_directory>
12 </action>
13 </actions>
14 <!-- Download the binaries for BLAST compatible with 32-bit OSX. -->
15 <actions os="darwin" architecture="i386">
16 <action type="download_by_url" target_filename="blast-2.2.22.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy/2.2.22/blast-2.2.22-universal-macosx.tar.gz</action>
17 <action type="move_directory_files">
18 <source_directory>bin</source_directory>
19 <destination_directory>$INSTALL_DIR</destination_directory>
20 </action>
21 </actions>
22 <!-- Download the binaries for BLAST compatible with 64-bit Linux. -->
23 <actions os="linux" architecture="x86_64">
24 <action type="download_by_url" target_filename="blast-2.2.22.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy/2.2.22/blast-2.2.22-x64-linux.tar.gz</action>
25 <action type="move_directory_files">
26 <source_directory>bin</source_directory>
27 <destination_directory>$INSTALL_DIR</destination_directory>
28 </action>
29 </actions>
30 <!-- Download the binaries for BLAST compatible with 32-bit Linux (i386). -->
31 <actions os="linux" architecture="i386">
32 <action type="download_by_url" target_filename="blast-2.2.22.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy/2.2.22/blast-2.2.22-ia32-linux.tar.gz</action>
33 <action type="move_directory_files">
34 <source_directory>bin</source_directory>
35 <destination_directory>$INSTALL_DIR</destination_directory>
36 </action>
37 </actions>
38 <!-- Download the binaries for BLAST compatible with 32-bit Linux (i686). -->
39 <actions os="linux" architecture="i686">
40 <action type="download_by_url" target_filename="blast-2.2.22.tgz">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy/2.2.22/blast-2.2.22-ia32-linux.tar.gz</action>
41 <action type="move_directory_files">
42 <source_directory>bin</source_directory>
43 <destination_directory>$INSTALL_DIR</destination_directory>
44 </action>
45 </actions>
46 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
47 <action type="set_environment">
48 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
49 </action>
50 </actions_group>
51 </install>
52 <readme>
53 *Repository Description*
54 The package_blast_legacy_2_2_22 repository downloads and builds the legacy NCBI Blast source code v2.2.22 on various operating systems and architectures.
55 The repository is a modification of the NCBI Blast Plus package.
56
57 These links provide information for building the legacy NCBI Blast package in most environments.
58
59 System requirements
60 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastDocs&amp;DOC_TYPE=Download
61 </readme>
62 </package>
63 </tool_dependency>