view tool_dependencies.xml @ 11:cdba74ec9eca draft

updated sra_toolkit dependency in <requirements>
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 14:26:40 -0400
parents bdb991750a00
children 384f93a14b47
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="make_directory">$INSTALL_DIR/bin</action>
	<action type="shell_command">cp --recursive --dereference bin64/* $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 64 bit architectures.
Build Requirements:
  ar 
  bash
  make
  gcc, g++
  libxml2
  libcurl
  zlib
    </readme>
  </package>
</tool_dependency>