comparison tool_dependencies.xml @ 1:625c83e59aa1 draft default tip

Adding sha256sum for NCBI BLAST+ 2.3.0 packages, see http://galaxy-iuc-standards.readthedocs.org/en/latest/best_practices/package_xml.html
author peterjc
date Tue, 08 Mar 2016 10:03:42 -0500
parents cf2294ee41c3
children
comparison
equal deleted inserted replaced
0:cf2294ee41c3 1:625c83e59aa1
3 <package name="blast+" version="2.3.0"> 3 <package name="blast+" version="2.3.0">
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.3.0/ncbi-blast-2.3.0+-universal-macosx.tar.gz</action> 8 <action type="download_by_url" sha256sum="5be45df95d815f7a99d9d05d7626166e610a2950f907d859725b595832fa3be9">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.3.0/ncbi-blast-2.3.0+-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.3.0/ncbi-blast-2.3.0+-universal-macosx.tar.gz</action> 16 <action type="download_by_url" sha256sum="5be45df95d815f7a99d9d05d7626166e610a2950f907d859725b595832fa3be9">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.3.0/ncbi-blast-2.3.0+-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.3.0/ncbi-blast-2.3.0+-x64-linux.tar.gz</action> 24 <action type="download_by_url" sha256sum="eef6f4cd88b597d80d04b97c42d8a0e82b24034b715d1627a7fbededb222d6c0">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.3.0/ncbi-blast-2.3.0+-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>