problem in fastq-dump of SRA file
I have downloaded an SRA file and named it "fastq.sra". Then I used fastq-dump as
fastq-dump fastq.sra --split-3 -I
BUt following error is shown
err: item not found while constructing within virtual database module - the path 'fastq.sra' cannot be opened as database or table
• 3,757 views
•
link
3 answers
I think you should use the correct path for the command like this:
/path/fastq-dump --split-3 file.sra
• 0 views
•
link
Include the path of fastq.sra. For example:
fastq-dump ./fastq.sra --split-3 -I
• 0 views
•
link
Log in to answer this question.
When possible search EBI-ENA with your SRA# and directly download fastq files avoiding all such issues.