Mercurial > repos > peterjc > mira4_assembler
diff tools/mira4/tool_dependencies.xml @ 0:32f693f6e741 draft
Uploaded v0.0.1 preview0, very much a work in progress, primarily checking mira_datatypes dependency
author | peterjc |
---|---|
date | Thu, 26 Sep 2013 12:23:42 -0400 |
parents | |
children | 99fde64b9563 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/mira4/tool_dependencies.xml Thu Sep 26 12:23:42 2013 -0400 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="MIRA" version="3.4.1.1"> + <install version="1.0"> + <actions> + <!-- Sourceforge doesn't offer nice clean download URLs which is a shame --> + <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc2_linux-gnu_x86_64_static.tar.bz2?r=&ts=1380039004&use_mirror=kent</action> + <action type="move_directory_files"> + <source_directory>mira_4.0rc2_linux-gnu_x86_64_static/bin</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> +Downloads MIRA v4.0 RC2 from Sourceforge, requesting Bastien's precompiled binaries +for 64bit Linux (x86_64). He also has binaries for Mac OS X, 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/ + </readme> + </package> +</tool_dependency> +