# HG changeset patch # User Matthew Shirley # Date 1352757047 18000 # Node ID ba892201bdaddb711fe9d3108852c055f316c887 Wrote a wrapper for NCBI fastq-dump. Initial version. diff -r 000000000000 -r ba892201bdad fastq_dump.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq_dump.xml Mon Nov 12 16:50:47 2012 -0500 @@ -0,0 +1,25 @@ + + Extract fastq format reads from SRA data archive. + fastq-dump --stdout $split $aligned $input > $output + fastq-dump --version + + + + + + + + + + + + + + + + + + + This tool extracts fastqsanger reads from SRA archives using fastq-dump. The fastq-dump program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. + +