# HG changeset patch # User peterjc # Date 1486053099 18000 # Node ID a5061014029545027725e786b1f607dc1b63a4c7 # Parent 94e6e78e21d58de4e98b13cd007b70913f7e6f9c Fix accidental removal of XML file diff -r 94e6e78e21d5 -r a50610140295 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Feb 02 11:31:39 2017 -0500 @@ -0,0 +1,48 @@ + + + + + + + + + https://depot.galaxyproject.org/software/mira/mira_3.4.1.1_linux_x64.tar.bz2 + + bin + $INSTALL_DIR + + + + + echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported." + echo "Your machine details (the output from 'uname' and 'arch'):" + uname + arch + echo "If pre-compiled MIRA binaries are now available for this, please report this" + echo "via https://github.com/peterjc/galaxy_mira/issues - thank you!" + false + + + + + $INSTALL_DIR + + + $INSTALL_DIR + + + + +Downloads MIRA v3.4.1.1 from Sourceforge, requesting Bastien's precompiled binaries +for 64bit Linux (x86_64). He also has binaries for 32bit Linux (686 only), which we +could use once the Galaxy installation framework allow that kind of flexibility. + +http://chevreux.org/projects_mira.html +http://sourceforge.net/projects/mira-assembler/ + +The environment variable ``$MIRA3`` will point to the folder containing the binaries, +which is also pre-pended to the ``$PATH`` variable. + + + +