Mercurial > repos > iuc > package_blast_plus_2_2_30
comparison tool_dependencies.xml @ 3:b4030d9375b2 draft default tip
planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/packages/package_blast_plus_2_2_30/ commit 3f6b5c953d522a724bbcd403bcb86f1e2757a556-dirty
| author | peterjc |
|---|---|
| date | Fri, 03 Feb 2017 12:36:03 -0500 |
| parents | 6b84c917eb9e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:6b84c917eb9e | 3:b4030d9375b2 |
|---|---|
| 3 <package name="blast+" version="2.2.30"> | 3 <package name="blast+" version="2.2.30"> |
| 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" sha256sum="5ecd357f4094c9e26202de59d0947a30d483c6ef0a6670faa13051602835c3ca">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz</action> | 8 <!-- Original URL ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz --> |
| 9 <action type="download_by_url" sha256sum="5ecd357f4094c9e26202de59d0947a30d483c6ef0a6670faa13051602835c3ca" target_filename="ncbi-blast-2.2.30+-universal-macosx.tar.gz">https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.2.30_darwin_all.tar.gz</action> | |
| 9 <action type="move_directory_files"> | 10 <action type="move_directory_files"> |
| 10 <source_directory>bin</source_directory> | 11 <source_directory>bin</source_directory> |
| 11 <destination_directory>$INSTALL_DIR</destination_directory> | 12 <destination_directory>$INSTALL_DIR</destination_directory> |
| 12 </action> | 13 </action> |
| 13 </actions> | 14 </actions> |
| 14 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. --> | 15 <!-- Download the binaries for BLAST+ compatible with 32-bit OSX. --> |
| 15 <actions os="darwin" architecture="i386"> | 16 <actions os="darwin" architecture="i386"> |
| 16 <action type="download_by_url" sha256sum="5ecd357f4094c9e26202de59d0947a30d483c6ef0a6670faa13051602835c3ca">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz</action> | 17 <!-- Original URL ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-universal-macosx.tar.gz --> |
| 18 <action type="download_by_url" sha256sum="5ecd357f4094c9e26202de59d0947a30d483c6ef0a6670faa13051602835c3ca" target_filename="ncbi-blast-2.2.30+-universal-macosx.tar.gz">https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.2.30_darwin_all.tar.gz</action> | |
| 17 <action type="move_directory_files"> | 19 <action type="move_directory_files"> |
| 18 <source_directory>bin</source_directory> | 20 <source_directory>bin</source_directory> |
| 19 <destination_directory>$INSTALL_DIR</destination_directory> | 21 <destination_directory>$INSTALL_DIR</destination_directory> |
| 20 </action> | 22 </action> |
| 21 </actions> | 23 </actions> |
| 22 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. --> | 24 <!-- Download the binaries for BLAST+ compatible with 64-bit Linux. --> |
| 23 <actions os="linux" architecture="x86_64"> | 25 <actions os="linux" architecture="x86_64"> |
| 24 <action type="download_by_url" sha256sum="1e6f2080b09bd5d272d9652c63bcb25abc0b16ffd36bd25973afb31f0387e792">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz</action> | 26 <!-- Original URL ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz --> |
| 27 <action type="download_by_url" sha256sum="1e6f2080b09bd5d272d9652c63bcb25abc0b16ffd36bd25973afb31f0387e792" target_filename="ncbi-blast-2.2.30+-x64-linux.tar.gz">https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.2.30_linux_x64.tar.gz</action> | |
| 25 <action type="move_directory_files"> | 28 <action type="move_directory_files"> |
| 26 <source_directory>bin</source_directory> | 29 <source_directory>bin</source_directory> |
| 27 <destination_directory>$INSTALL_DIR</destination_directory> | 30 <destination_directory>$INSTALL_DIR</destination_directory> |
| 28 </action> | 31 </action> |
| 29 </actions> | 32 </actions> |
| 30 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i386). --> | 33 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i386). --> |
| 31 <actions os="linux" architecture="i386"> | 34 <actions os="linux" architecture="i386"> |
| 32 <action type="download_by_url" sha256sum="3ebc0284391c5fa6465c60ad9d292d9d46b783fbea1f0c3a99e9838c60c1d2d3">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz</action> | 35 <!-- Original URL ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz --> |
| 36 <action type="download_by_url" sha256sum="3ebc0284391c5fa6465c60ad9d292d9d46b783fbea1f0c3a99e9838c60c1d2d3" target_filename="ncbi-blast-2.2.30+-ia32-linux.tar.gz">https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.2.30_linux_x32.tar.gz</action> | |
| 33 <action type="move_directory_files"> | 37 <action type="move_directory_files"> |
| 34 <source_directory>bin</source_directory> | 38 <source_directory>bin</source_directory> |
| 35 <destination_directory>$INSTALL_DIR</destination_directory> | 39 <destination_directory>$INSTALL_DIR</destination_directory> |
| 36 </action> | 40 </action> |
| 37 </actions> | 41 </actions> |
| 38 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i686). --> | 42 <!-- Download the binaries for BLAST+ compatible with 32-bit Linux (i686). --> |
| 39 <actions os="linux" architecture="i686"> | 43 <actions os="linux" architecture="i686"> |
| 40 <action type="download_by_url" sha256sum="3ebc0284391c5fa6465c60ad9d292d9d46b783fbea1f0c3a99e9838c60c1d2d3">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz</action> | 44 <!-- Original URL ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-ia32-linux.tar.gz --> |
| 45 <action type="download_by_url" sha256sum="3ebc0284391c5fa6465c60ad9d292d9d46b783fbea1f0c3a99e9838c60c1d2d3" target_filename="ncbi-blast-2.2.30+-ia32-linux.tar.gz">https://depot.galaxyproject.org/software/blast_plus/blast_plus_2.2.30_linux_x32.tar.gz</action> | |
| 41 <action type="move_directory_files"> | 46 <action type="move_directory_files"> |
| 42 <source_directory>bin</source_directory> | 47 <source_directory>bin</source_directory> |
| 43 <destination_directory>$INSTALL_DIR</destination_directory> | 48 <destination_directory>$INSTALL_DIR</destination_directory> |
| 44 </action> | 49 </action> |
| 45 </actions> | 50 </actions> |
