# HG changeset patch # User mandorodriguez # Date 1446068591 14400 # Node ID 6c9eb322892d35c6761e679692d9af308a9fda0c # Parent b3e5722aa5e7936652c021685fe8e6d900475921 Uploaded diff -r b3e5722aa5e7 -r 6c9eb322892d fastq_dump_paired.xml --- a/fastq_dump_paired.xml Tue Oct 13 16:36:24 2015 -0400 +++ b/fastq_dump_paired.xml Wed Oct 28 17:43:11 2015 -0400 @@ -1,4 +1,4 @@ - + Downloads a set of paired reads by their accession number using fastq-dump tool from sra-toolkit. @@ -17,9 +17,9 @@ - + - + @@ -40,7 +40,10 @@ fastq-dump --log-level fatal --split-3 --accession accession_number -Data is stored in fastqsanger format. +Data is stored in fastqsanger format. + +The metadata is now named to make it easier for collection lists to +fetch when you search for reads in your history. ------