# HG changeset patch # User peterjc # Date 1391426735 18000 # Node ID a6a56440567c56de7610490d60ed982ff56bac3f # Parent 02350bef2e9910e32bdb27400c4ee866fac2afb2 Uploaded v0.0.2 preview 4, now using MIRA 4.0 (not RC), and sets MIRA4 environment variable during install. diff -r 02350bef2e99 -r a6a56440567c tools/mira4/README.rst --- a/tools/mira4/README.rst Tue Dec 10 06:29:13 2013 -0500 +++ b/tools/mira4/README.rst Mon Feb 03 06:25:35 2014 -0500 @@ -56,7 +56,7 @@ -You will also need to install MIRA, we used version 4.0 RC5, and define the +You will also need to install MIRA, we used version 4.0, and define the environment variable ``$MIRA4`` pointing at the folder containing the binaries. See: @@ -85,7 +85,7 @@ ------- ---------------------------------------------------------------------- v0.0.1 - Initial version (prototype for MIRA 4.0 RC4, based on wrapper for v3.4) v0.0.2 - Include BAM output (using ``miraconvert`` and ``samtools``). - - Updated to target MIRA 4.0 RC5 + - Updated to target MIRA 4.0 ======= ====================================================================== diff -r 02350bef2e99 -r a6a56440567c tools/mira4/mira4.py --- a/tools/mira4/mira4.py Tue Dec 10 06:29:13 2013 -0500 +++ b/tools/mira4/mira4.py Mon Feb 03 06:25:35 2014 -0500 @@ -36,7 +36,7 @@ try: mira_path = os.environ["MIRA4"] -except ImportError: +except KeyError: stop_err("Environment variable $MIRA4 not set") mira_binary = os.path.join(mira_path, "mira") if not os.path.isfile(mira_binary): diff -r 02350bef2e99 -r a6a56440567c tools/mira4/mira4_bait.py --- a/tools/mira4/mira4_bait.py Tue Dec 10 06:29:13 2013 -0500 +++ b/tools/mira4/mira4_bait.py Mon Feb 03 06:25:35 2014 -0500 @@ -39,7 +39,7 @@ try: mira_path = os.environ["MIRA4"] -except ImportError: +except KeyError: stop_err("Environment variable $MIRA4 not set") mira_binary = os.path.join(mira_path, "mirabait") if not os.path.isfile(mira_binary): diff -r 02350bef2e99 -r a6a56440567c tools/mira4/tool_dependencies.xml --- a/tools/mira4/tool_dependencies.xml Tue Dec 10 06:29:13 2013 -0500 +++ b/tools/mira4/tool_dependencies.xml Mon Feb 03 06:25:35 2014 -0500 @@ -8,7 +8,7 @@ - https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc5_darwin13.0.0_x86_64_static.tar.bz2 + http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_darwin13.0.0_x86_64_static.tar.bz2 bin $INSTALL_DIR @@ -16,7 +16,7 @@ - https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc5_linux-gnu_x86_64_static.tar.bz2 + https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_linux-gnu_x86_64_static.tar.bz2 bin $INSTALL_DIR @@ -37,13 +37,16 @@ $INSTALL_DIR + + $INSTALL_DIR + Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries -for 64 bit (x86_64) Linux or Mac OS X. Other platforms were compilation from -source would be required (e.g. 32 bit Linux and Mac) are not supported by this -automated installation script. +for 64 bit (x86_64) Linux or Mac OS X. Other platforms where compilation from +source would be required (e.g. 32 bit Linux) are not supported by this automated +installation script. http://chevreux.org/projects_mira.html http://sourceforge.net/projects/mira-assembler/