view tool_dependencies.xml @ 24:4985f8c00366 draft

warning for sra_pileup
author Matt Shirley <mdshw5@gmail.com>
date Wed, 19 Jun 2013 16:46:16 -0400
parents 46adf78139ee
children 5f57967aac3e
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 static</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>