# HG changeset patch # User mvdbeek # Date 1446637919 18000 # Node ID 88273fd00182c1b83aad6f8e6aa1a41a7bf6983c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/packages/package_sra_toolkit_2_5_2 commit 70fadb7e8972b1db550d0e067584930ce1ec8673-dirty diff -r 000000000000 -r 88273fd00182 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Nov 04 06:51:59 2015 -0500 @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + 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 + + + +