comparison tools/mira4/tool_dependencies.xml @ 4:df86ed992a1b draft

Uploaded preview 4, lots of work on mapping
author peterjc
date Fri, 11 Oct 2013 04:28:45 -0400
parents c7538ae82a24
children ffefb87bd414
comparison
equal deleted inserted replaced
3:c7538ae82a24 4:df86ed992a1b
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="MIRA" version="4.0"> 3 <package name="MIRA" version="4.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <!-- Sourceforge doesn't offer nice clean download URLs which is a shame --> 6 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc3_linux-gnu_x86_64_static.tar.bz2</action>
7 <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=&amp;ts=1380039004&amp;use_mirror=kent</action>
8 <action type="move_directory_files"> 7 <action type="move_directory_files">
9 <source_directory>mira_4.0rc2_linux-gnu_x86_64_static/bin</source_directory> 8 <source_directory>mira_4.0rc3_linux-gnu_x86_64_static/bin</source_directory>
10 <destination_directory>$INSTALL_DIR</destination_directory> 9 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action> 10 </action>
12 <action type="set_environment"> 11 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
14 </action> 13 </action>
15 </actions> 14 </actions>
16 </install> 15 </install>
17 <readme> 16 <readme>
18 Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries 17 Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries
19 for 64bit Linux (x86_64). He also has binaries for Mac OS X, which we could 18 for 64bit Linux (x86_64). He also has binaries for Mac OS X, which we could
20 use once the Galaxy installation framework allow that kind of flexibility. 19 use once the extensions to allow that are in the stable Galaxy releases.
21 20
22 http://chevreux.org/projects_mira.html 21 http://chevreux.org/projects_mira.html
23 http://sourceforge.net/projects/mira-assembler/ 22 http://sourceforge.net/projects/mira-assembler/
24 </readme> 23 </readme>
25 </package> 24 </package>