changeset 7:dbee556cf940 draft

Uploaded
author mandorodriguez
date Thu, 21 Jan 2016 12:56:46 -0500
parents aadca684d7c5
children daebdda744fc
files fastq_dump_paired.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fastq_dump_paired.xml	Thu Jan 21 12:21:20 2016 -0500
+++ b/fastq_dump_paired.xml	Thu Jan 21 12:56:46 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="fastq_dump_paired" name="FASTQ Dump paired downloader" version="1.1.2">
+<tool id="fastq_dump_paired" name="FASTQ Dump paired downloader" version="1.1.3">
     <description>Downloads a set of paired reads by their accession number using fastq-dump tool from sra-toolkit.</description>
     <requirements>
        <!-- Should just use the samtools that's installed in the path -->
@@ -37,7 +37,7 @@
 
 ::
 
-  fastq-dump --log-level fatal --split-3 --accession accession_number
+  fastq-dump --log-level fatal --split-3 --accession accession_number --ncbi_error_report never
 
 
 Data is stored in fastqsanger format.