comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
0:8564aa1dbbf5 1:488075d701fe
3 <package name="MIRA" version="4.0.2"> 3 <package name="MIRA" version="4.0.2">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions_group> 5 <actions_group>
6 <!-- Download the binaries for MIRA compatible with 64-bit OSX. --> 6 <!-- Download the binaries for MIRA compatible with 64-bit OSX. -->
7 <actions architecture="x86_64" os="darwin"> 7 <actions architecture="x86_64" os="darwin">
8 <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> 8 <action type="download_by_url" sha256sum="3cdfba4be7bde1a97b15259b9fd3216c4369d906ea20f5f360f30dc0d83e7b8e">https://depot.galaxyproject.org/software/mira/mira_4.0.2_darwin_x64.tar.bz2</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 MIRA compatible with 64-bit Linux. --> 14 <!-- Download the binaries for MIRA compatible with 64-bit Linux. -->
15 <actions architecture="x86_64" os="linux"> 15 <actions architecture="x86_64" os="linux">
16 <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> 16 <action type="download_by_url" sha256sum="d3c74a6b402192e01d10adb8dbdc3450d4033fa0e7662ce5ce5de4f8c1967813">https://depot.galaxyproject.org/software/mira/mira_4.0.2_linux_x64.tar.bz2</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>
24 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action> 24 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action>
25 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action> 25 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
26 <action type="shell_command">uname</action> 26 <action type="shell_command">uname</action>
27 <action type="shell_command">arch</action> 27 <action type="shell_command">arch</action>
28 <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action> 28 <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action>
29 <action type="shell_command">echo "via https://github.com/peterjc/pico_galaxy/issues - thank you!"</action> 29 <action type="shell_command">echo "via https://github.com/peterjc/galaxy_mira/issues - thank you!"</action>
30 <action type="shell_command">false</action> 30 <action type="shell_command">false</action>
31 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> 31 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
32 </actions> 32 </actions>
33 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 33 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
34 <action type="set_environment"> 34 <action type="set_environment">