view 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
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="sra_toolkit" version="2.3.2-4">
    <install version="1.0">
      <actions>
	<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>
	<action type="shell_command">make release</action>
	<action type="shell_command">make dynamic</action>
	<action type="shell_command">make</action>
	<action type="shell_command">mv bin* $INSTALL_DIR/bin</action>
	<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
      </actions>
    </install>
    <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.
This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 32 and 64 bit architectures.
Build Requirements:
  ar 
  bash
  make
  gcc, g++
  libxml2
  libcurl
  zlib
    </readme>
  </package>
</tool_dependency>