Mercurial > repos > peterjc > mira4_assembler
comparison tools/mira4/tool_dependencies.xml @ 19:8487d70e82aa draft
Uploaded v0.0.3 preview 1, target MIRA v4.0.2
author | peterjc |
---|---|
date | Wed, 21 May 2014 06:56:06 -0400 |
parents | 381aa262c8cb |
children | aeb3e35f8236 |
comparison
equal
deleted
inserted
replaced
18:381aa262c8cb | 19:8487d70e82aa |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="samtools" version="0.1.19"> | 3 <package name="samtools" version="0.1.19"> |
4 <repository changeset_revision="36aa94676939" name="package_samtools_0_1_19" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="40250a414486" name="package_samtools_0_1_19" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="MIRA" version="4.0"> | 6 <package name="MIRA" version="4.0"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions_group> | 8 <actions_group> |
9 <!-- Download the binaries for MIRA compatible with 64-bit OSX. --> | 9 <!-- Download the binaries for MIRA compatible with 64-bit OSX. --> |
10 <actions architecture="x86_64" os="darwin"> | 10 <actions architecture="x86_64" os="darwin"> |
11 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_darwin13.0.0_x86_64_static.tar.bz2</action> | 11 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0.2_darwin13.1.0_x86_64_static.tar.bz2</action> |
12 <action type="move_directory_files"> | 12 <action type="move_directory_files"> |
13 <source_directory>bin</source_directory> | 13 <source_directory>bin</source_directory> |
14 <destination_directory>$INSTALL_DIR</destination_directory> | 14 <destination_directory>$INSTALL_DIR</destination_directory> |
15 </action> | 15 </action> |
16 </actions> | 16 </actions> |
17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. --> | 17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. --> |
18 <actions architecture="x86_64" os="linux"> | 18 <actions architecture="x86_64" os="linux"> |
19 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_linux-gnu_x86_64_static.tar.bz2</action> | 19 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0.2_linux-gnu_x86_64_static.tar.bz2</action> |
20 <action type="move_directory_files"> | 20 <action type="move_directory_files"> |
21 <source_directory>bin</source_directory> | 21 <source_directory>bin</source_directory> |
22 <destination_directory>$INSTALL_DIR</destination_directory> | 22 <destination_directory>$INSTALL_DIR</destination_directory> |
23 </action> | 23 </action> |
24 </actions> | 24 </actions> |
41 <environment_variable action="set_to" name="MIRA4">$INSTALL_DIR</environment_variable> | 41 <environment_variable action="set_to" name="MIRA4">$INSTALL_DIR</environment_variable> |
42 </action> | 42 </action> |
43 </actions_group> | 43 </actions_group> |
44 </install> | 44 </install> |
45 <readme> | 45 <readme> |
46 Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries | 46 Downloads MIRA v4.0.2 from Sourceforge, requesting Bastien's precompiled binaries |
47 for 64 bit (x86_64) Linux or Mac OS X. Other platforms where compilation from | 47 for 64 bit (x86_64) Linux or Mac OS X. Other platforms where compilation from |
48 source would be required (e.g. 32 bit Linux) are not supported by this automated | 48 source would be required (e.g. 32 bit Linux) are not supported by this automated |
49 installation script. | 49 installation script. |
50 | 50 |
51 http://chevreux.org/projects_mira.html | 51 http://chevreux.org/projects_mira.html |