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