Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • hdashnow
    replied
    Originally posted by piet View Post
    'fastq-dump' will first download the SRA file and store it on your local disk. After download is finished, it will convert the SRA file to FASTQ.

    If you want to check the integrity of the downloaded SRA file, you can break the procedure into several steps. First download the SRA file with 'prefetch'. Then check its integrity with 'vdb-validate'. And finally extract the reads with 'fastq-dump'.

    On the command line you can use the AND operator ('&&') to stop precessing after a failure.
    Code:
    prefetch SRR651693 && vdb-validate SRR651693 && fastq-dump SRR651693
    Thanks peit. That worked perfectly.

    Leave a comment:


  • piet
    replied
    Originally posted by hdashnow View Post
    Is there some way to download an md5 sum or similar to check the fastq files against?
    'fastq-dump' will first download the SRA file and store it on your local disk. After download is finished, it will convert the SRA file to FASTQ.

    If you want to check the integrity of the downloaded SRA file, you can break the procedure into several steps. First download the SRA file with 'prefetch'. Then check its integrity with 'vdb-validate'. And finally extract the reads with 'fastq-dump'.

    On the command line you can use the AND operator ('&&') to stop precessing after a failure.
    Code:
    prefetch SRR651693 && vdb-validate SRR651693 && fastq-dump SRR651693

    Leave a comment:


  • hdashnow
    replied
    I would like to echo this question. Is there some way to download an md5 sum or similar to check the fastq files against?

    Leave a comment:


  • Fernas
    started a topic fastq-dump for incomplete files

    fastq-dump for incomplete files

    Hi All,

    I huave a big list of SRA accession numbers (e.g. SRR651693, ..etc). I used fastq-dump to download all these accessions and convert to directly to fastq (without the need to store sra in the disk).
    However, I Noticed that for some of the files, the number of reads is different than the number of reads for that file in the NCBI website, which means that the download operation for this dataset was incomplete.

    My question is:
    is there any validation tool within sra toolkit that I can call (within a script to iterate through fastq files) so it compares the downloaded fastq file with the metadata in the website?
    (I know there vdb-validate, but it works only for sra files not for fastq files).

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Technologies
    by seqadmin



    Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

    Long-Read Sequencing
    Long-read sequencing has seen remarkable advancements,...
    12-02-2024, 01:49 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 12-02-2024, 09:29 AM
0 responses
155 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 09:06 AM
0 responses
51 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-02-2024, 08:03 AM
0 responses
44 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2024, 07:36 AM
0 responses
76 views
0 likes
Last Post seqadmin  
Working...
X