# HG changeset patch # User mandorodriguez # Date 1457630609 18000 # Node ID daebdda744fcdf471b1101cd8371be3e720306f8 # Parent dbee556cf9406246a925900bcb4e3cf9efa2fe17 Uploaded diff -r dbee556cf940 -r daebdda744fc fastq_dump_paired.xml --- a/fastq_dump_paired.xml Thu Jan 21 12:56:46 2016 -0500 +++ b/fastq_dump_paired.xml Thu Mar 10 12:23:29 2016 -0500 @@ -1,4 +1,4 @@ - + Downloads a set of paired reads by their accession number using fastq-dump tool from sra-toolkit. @@ -12,6 +12,8 @@ ls -lh | grep ${accession_number}; mv -v ${accession_number}_1.fastq R1.fastq; mv -v ${accession_number}_2.fastq R2.fastq; +echo "Deleting any stored files in ~/ncbi"; +rm -rf ~/ncbi/*