annotate tool_dependencies.xml @ 8:b614a5abf31c draft default tip

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/packages/package_mira_4_9_5 commit fd979d17340cde155de176604744831d9597c6b6
author peterjc
date Thu, 18 May 2017 13:38:13 -0400
parents 28020b797d22
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
1 <?xml version="1.0"?>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
2 <tool_dependency>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
3 <package name="MIRA" version="4.9.5">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
4 <install version="1.0">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
5 <actions_group>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
6 <!-- Download the binaries for MIRA compatible with 64-bit OSX. -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
7 <!-- Currently unavailable...
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
8 <actions architecture="x86_64" os="darwin">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
9 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/development/mira_4.9.5_2_darwin14.3.0_x86_64_static.tar.bz2</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
10 <action type="move_directory_files">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
11 <source_directory>bin</source_directory>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR</destination_directory>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
13 </action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
14 </actions>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
15 -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
16 <!-- Download the binaries for MIRA compatible with 64-bit Linux. -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
17 <actions architecture="x86_64" os="linux">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
18 <!-- http://downloads.sourceforge.net/project/mira-assembler/MIRA/development/mira_4.9.5_2_linux-gnu_x86_64_static.tar.bz2 -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
19 <action type="download_by_url" sha256sum="3848885cb041cd9bf7aa8f220dd3f084443f5060fa433b669f7d28880ba4c61f">https://depot.galaxyproject.org/software/mira/mira_4.9.5_linux_x64.tar.bz2</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
20 <action type="move_directory_files">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
21 <source_directory>bin</source_directory>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
22 <destination_directory>$INSTALL_DIR</destination_directory>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
23 </action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
24 </actions>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
25 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
26 <actions>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
27 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
28 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
29 <action type="shell_command">uname</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
30 <action type="shell_command">arch</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
31 <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
32 <action type="shell_command">echo "via https://github.com/peterjc/galaxy_mira/issues - thank you!"</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
33 <action type="shell_command">false</action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
34 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
35 </actions>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
36 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
37 <action type="set_environment">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
39 </action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
40 <!-- Note we append a trailing slash as currently expected by the wrapper XML file -->
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
41 <action type="set_environment">
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
42 <environment_variable action="set_to" name="MIRA4_9">$INSTALL_DIR/</environment_variable>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
43 </action>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
44 </actions_group>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
45 </install>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
46 <readme>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
47 Downloads MIRA v4.9.5 from Sourceforge, requesting Bastien's precompiled binaries
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
48 for 64 bit (x86_64) Linux. Currently the Mac OS X binaries are not available.
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
49
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
50 Other platforms where compilation from source would be required (e.g. 32 bit Linux)
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
51 are not supported by this automated installation script.
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
52
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
53 http://chevreux.org/projects_mira.html
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
54 http://sourceforge.net/projects/mira-assembler/
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
55
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
56 The environment variable ``$MIRA4_9`` will point to the folder containing the
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
57 binaries (with a trailing slash), and this is also pre-pended to the``$PATH``
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
58 variable.
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
59 </readme>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
60 </package>
28020b797d22 Fix accidental removal of XML file
peterjc
parents:
diff changeset
61 </tool_dependency>