fastq dump
hi everyone, Im trying to do split fastq files for paired read, but it's giving error. I tried a lot of way unfortunately didn't work. I need help for this problem.
2022-12-30T18:24:36 fastq-dump.3.0.1 err: item not found while constructing within virtual database module - the path 'SRR1170924.fastq' cannot be opened as database or table fastq-dump quit with error code 3
• 2,431 views
•
link
2 answers
The command must be without .fastq, though it would be easier to use sra-explorer.info and get fastq download links directly from the web service.
• 0 views
•
link
Log in to answer this question.
What is your command line?
/truba/home/sbuyukkilic/fastqc_tool/sratoolkit.3.0.1-centos_linux64/bin/fastq-dump --split-3 SRR1170924.fastq
this command ı'm running
Take a look at his thread How to split paired end SRA file into 2 correct fastq files
thank you so much, I did it. But my problem didn't solved.