# HG changeset patch # User iuc # Date 1449410667 18000 # Node ID ab06c024070582b6577ce44825e455caeb78e89a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sra_toolkit_2_5_2 commit d555f296be01d0c0fa5ac28d28a48cf4ada98297 diff -r 000000000000 -r ab06c0240705 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Dec 06 09:04:27 2015 -0500 @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + https://github.com/ncbi/sra-tools/archive/2.5.2.tar.gz + + + + + + + + + + + + + ./configure --prefix=$INSTALL_DIR -with-ngs-sdk-prefix=$NGS_SDK_DIR --with-ncbi-vdb-sources=$NCBI_VDB_DIR --with-ncbi-vdb-build=$NCBI_VDB_DIR --build=$INSTALL_DIR/build + + + sed -i -e "109s/-static//" tools/copycat/Makefile + + + + $INSTALL_DIR/bin + + + + + Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. + This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures. + When running on Amazon EC2, be sure to keep in mind the size limitation of EBS storage devices when requesting a + download of a large SRA data set. + + Build Requirements: + - make + - git + - gcc + - g++ + - libxml2 + - libcurl4 + - zlib + + On a debian based Linux OS use: + + apt-get install build-essential libxml2-dev libcurl4-openssl-dev zlib-dev + + + +