annotate tool_dependencies.xml @ 7:d28dad5e2c02 draft

debugging automatic SRA build and install
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 13:37:47 -0400
parents 3354ec70c0ff
children e40b9582d80f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <?xml version="1.0"?>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
2 <tool_dependency>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
3 <package name="sra_toolkit" version="2.3.2-4">
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <install version="1.0">
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
5 <actions>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
6 <action type="download_by_url">http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.3.2-4/sra_sdk-2.3.2-4.tar.gz</action>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
7 <action type="shell_command">make release</action>
7
d28dad5e2c02 debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
8 <action type="shell_command">make dynamic</action>
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
9 <action type="shell_command">make</action>
7
d28dad5e2c02 debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
10 <action type="shell_command">mv bin* $INSTALL_DIR/bin</action>
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
11 <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
12 </actions>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
13 </install>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
14 <readme>Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. Various tools for working with SRA from NCBI.
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
15 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 32 and 64 bit architectures.
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
16 Build Requirements:
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
17 ar
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
18 bash
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
19 make
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
20 gcc, g++
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
21 libxml2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
22 libcurl
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
23 zlib
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
24 </readme>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
25 </package>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
26 </tool_dependency>