Mercurial > repos > peterjc > mira_assembler
comparison tools/mira3/tool_dependencies.xml @ 12:5b0af75dfe5a draft
Uploaded v0.0.9, correct path in dependency installation; renamed folder
author | peterjc |
---|---|
date | Mon, 28 Oct 2013 05:52:55 -0400 |
parents | |
children | fbe9139eb74b |
comparison
equal
deleted
inserted
replaced
11:e0490bd31ce2 | 12:5b0af75dfe5a |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="MIRA" version="3.4.1.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <!-- Sourceforge doesn't offer nice clean download URLs which is a shame --> | |
7 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_3.4.1.1_prod_linux-gnu_x86_64_static.tar.bz2</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>bin</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Downloads MIRA v3.4 from Sourceforge, requesting Bastien's precompiled binaries | |
19 for 64bit Linux (x86_64). He also has binaries for 32bit Linux, which we could | |
20 use once the Galaxy installation framework allow that kind of flexibility. | |
21 | |
22 http://chevreux.org/projects_mira.html | |
23 http://sourceforge.net/projects/mira-assembler/ | |
24 </readme> | |
25 </package> | |
26 </tool_dependency> | |
27 |