How to convert to .SRA files to .FQ (FASTQ)
1
0
Entering edit mode
8 months ago
Mariana • 0

Hello everyone,

I'm trying to convert SRR10513216 files to fastq form.

fastq-dump SRR10513216.sra
fastq-dump --split-files -A SRR10513216.sra

But I am getting an error which says the following

fastq-dump.2.8.0 err: item not found while constructing within virtual database module - the path 'SRR10513216.sra' cannot be opened as database or table.

enter image description here

Could anyone please tell me how to resolve this? It would be of great help!

fastq sra • 488 views
ADD COMMENT
1
Entering edit mode

Another option rather than using fastq-dump would be to download the fastq files directly. You can find the url for these using ffq

ffq --ftp SRR10513216

This will give you the direct URLs for the fastq files that can be downloaded using something like wget. This is often quicker and more straightforward than using fastq-dump.

ADD REPLY
1
Entering edit mode
8 months ago
GenoMax 141k

Have you pre-fetched the SRA file?

Otherwise you should do

fastq-dump -F --split-files SRR10513216
ADD COMMENT

Login before adding your answer.

Traffic: 1743 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6