Mercurial > repos > peterjc > mira_assembler
annotate tools/mira_3_4/tool_dependencies.xml @ 9:5573d802e431 draft
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
author | peterjc |
---|---|
date | Wed, 18 Sep 2013 06:22:19 -0400 |
parents | |
children |
rev | line source |
---|---|
9
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
2 <tool_dependency> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
3 <package name="MIRA" version="3.4.1.1"> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
4 <install version="1.0"> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
5 <actions> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
6 <!-- Sourceforge doesn't offer nice clean download URLs which is a shame --> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
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?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmira-assembler%2Ffiles%2FMIRA%2Fstable%2F&ts=1366819213&use_mirror=kent</action> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
8 <!-- Currently we only need the main binary itself, mira --> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
9 <action type="move_file"><source>mira_3.4.1.1_prod_linux-gnu_x86_64_static/bin/mira</source><destination>$INSTALL_DIR/</destination></action> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
10 <action type="set_environment"> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
12 </action> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
13 </actions> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
14 </install> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
15 <readme> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
16 Downloads MIRA v3.4 from Sourceforge, requesting Bastien's precompiled binaries |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
17 for 64bit Linux (x86_64). He also has binaries for 32bit Linux, which we could |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
18 use if/when the Galaxy installation framework allow that kind of flexibility. |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
19 |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
20 http://chevreux.org/projects_mira.html |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
21 http://sourceforge.net/projects/mira-assembler/ |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
22 </readme> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
23 </package> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
24 </tool_dependency> |
5573d802e431
Uploaded v0.0.8, MIT licence, RST for README, citation information, development moved to GitHub.
peterjc
parents:
diff
changeset
|
25 |