annotate tool_dependencies.xml @ 9:bdb991750a00 draft

debugging automatic SRA build and install
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 14:07:05 -0400
parents e40b9582d80f
children 384f93a14b47
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>
9
bdb991750a00 debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 8
diff changeset
10 <action type="make_directory">$INSTALL_DIR/bin</action>
8
e40b9582d80f debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 7
diff changeset
11 <action type="shell_command">cp --recursive --dereference bin64/* $INSTALL_DIR/bin</action>
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
12 <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
13 </actions>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
14 </install>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
15 <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.
8
e40b9582d80f debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 7
diff changeset
16 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures.
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
17 Build Requirements:
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
18 ar
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
19 bash
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
20 make
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
21 gcc, g++
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
22 libxml2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
23 libcurl
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
24 zlib
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
25 </readme>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
26 </package>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
27 </tool_dependency>