annotate tool_dependencies.xml @ 39:1d152e8cb375 draft

add fastq output option to sam dump
author Matt Shirley <mdshw5@gmail.com>
date Mon, 05 Aug 2013 08:09:27 -0400
parents 7803126704c6
children 88a13a2fd23f
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">
19
46adf78139ee revert previous commit
Matt Shirley <mdshw5@gmail.com>
parents: 18
diff changeset
4 <install version="1.0">
2
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>
18
384f93a14b47 try static build to resolve missing libraries
Matt Shirley <mdshw5@gmail.com>
parents: 9
diff changeset
8 <action type="shell_command">make static</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>
26
5f57967aac3e implement prefetch caching and accession input for fastq_dump
Matt Shirley <mdshw5@gmail.com>
parents: 19
diff changeset
10 <action type="make_directory">$INSTALL_DIR/bin</action>
32
a7d8d22f9ad2 debug prefetch caching and accession input for fastq_dump
Matt Shirley <mdshw5@gmail.com>
parents: 30
diff changeset
11 <action type="make_directory">$INSTALL_DIR/ncbi</action>
a7d8d22f9ad2 debug prefetch caching and accession input for fastq_dump
Matt Shirley <mdshw5@gmail.com>
parents: 30
diff changeset
12 <action type="make_directory">$INSTALL_DIR/ncbi/public</action>
30
98f3e4be6d72 debug prefetch caching and accession input for fastq_dump
Matt Shirley <mdshw5@gmail.com>
parents: 29
diff changeset
13 <action type="shell_command">sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" bin64/ncbi/default.kfg</action>
8
e40b9582d80f debugging automatic SRA build and install
Matt Shirley <mdshw5@gmail.com>
parents: 7
diff changeset
14 <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
15 <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
16 </actions>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
17 </install>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
18 <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
19 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
20 Build Requirements:
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
21 ar
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
22 bash
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
23 make
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
24 gcc, g++
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
25 libxml2
34
7803126704c6 exposed many more options for fastq-dump
Matt Shirley <mdshw5@gmail.com>
parents: 32
diff changeset
26 libcurl4
2
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
27 zlib
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
28 </readme>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
29 </package>
d529eff98834 tool dependencies for automated sra_sdk download and compilation
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
30 </tool_dependency>