Mercurial > repos > peterjc > package_mira_4_0_2
changeset 1:488075d701fe draft
Download MIRA 4.0.2 from Galaxy cache and verify checksums
author | peterjc |
---|---|
date | Wed, 10 Aug 2016 11:28:57 -0400 |
parents | 8564aa1dbbf5 |
children | a1f4ed4cb301 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Aug 05 11:30:24 2015 -0400 +++ b/tool_dependencies.xml Wed Aug 10 11:28:57 2016 -0400 @@ -5,7 +5,7 @@ <actions_group> <!-- Download the binaries for MIRA compatible with 64-bit OSX. --> <actions architecture="x86_64" os="darwin"> - <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0.2_darwin13.1.0_x86_64_static.tar.bz2</action> + <action type="download_by_url" sha256sum="3cdfba4be7bde1a97b15259b9fd3216c4369d906ea20f5f360f30dc0d83e7b8e">https://depot.galaxyproject.org/software/mira/mira_4.0.2_darwin_x64.tar.bz2</action> <action type="move_directory_files"> <source_directory>bin</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> @@ -13,7 +13,7 @@ </actions> <!-- Download the binaries for MIRA compatible with 64-bit Linux. --> <actions architecture="x86_64" os="linux"> - <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0.2_linux-gnu_x86_64_static.tar.bz2</action> + <action type="download_by_url" sha256sum="d3c74a6b402192e01d10adb8dbdc3450d4033fa0e7662ce5ce5de4f8c1967813">https://depot.galaxyproject.org/software/mira/mira_4.0.2_linux_x64.tar.bz2</action> <action type="move_directory_files"> <source_directory>bin</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> @@ -26,7 +26,7 @@ <action type="shell_command">uname</action> <action type="shell_command">arch</action> <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action> - <action type="shell_command">echo "via https://github.com/peterjc/pico_galaxy/issues - thank you!"</action> + <action type="shell_command">echo "via https://github.com/peterjc/galaxy_mira/issues - thank you!"</action> <action type="shell_command">false</action> <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> </actions>