I am using SRA Toolkit to convert .sra
files to fastq
files but when I am trying to use fastq-dump
procedure there occurs a problem. Does anyone have seen such error? What does it mean and how can I overcome this error?
2015-10-19T10:05:00 fastq-dump.2.1.7 err: path incorrect while opening manager within database module - failed /home/mkosinski/WCO/Kasia/SRR1294096.sra
Written 0 spots total
mkosinski@mkosinski-E540:~$ fastq-dump.2.1.7 ~/WCO/Kasia/SRR1294095.sra
2015-10-19T10:05:19 fastq-dump.2.1.7 err: path incorrect while opening manager within database module - failed /home/mkosinski/WCO/Kasia/SRR1294095.sra
Written 0 spots total
mkosinski@mkosinski-E540:~$ fastq-dump.2.1.7 -version
fastq-dump.2.1.7 : 2.1.7
Hi Marcin,
I'm definitely not an expert but it seems to be a path execution error. Either you put the executable into your path environment variable PATH either you need to run it from the directory you've saved the executable (fastq_dump).
I may be wrong though!
Oh suure, it might be the problem :P
Yeah but when I run
fastq-dump.2.1.7 -version
it looks to workHmmm. Maybe you have two installations of the sratoolkit in your platform. You installed it from source?