Issue With Sra To Fastq Conversion
1
0
Entering edit mode
11.9 years ago
Arpssss ▴ 40

I have downloaded a SRA file from here. Now, I want to convert it into Fastq format.

So, what I did is following,

1) Download SRA Toolkit from here. (MS Windows 64 bit architecture - as I am using windows 7 64 bit)

2) Put SRA file on "sratoolkit.2.1.10-win64\bin"

3) Run command "fastq-dump SRR493095.sra"

However, I can't understand why it is giving error ?

Error is given here.

Can anybody help me why is this happening ?

fastq sra • 11k views
ADD COMMENT
2
Entering edit mode
11.9 years ago

First things first. This is how you should proceed:

1- Let's look at the generated error:

Path incorrect while opening manager

It also says:

failed SRR493095.sra

And you also learn that:

a report was generated into the file ...

2- What does this mean?

That "fastq-dump" cannot find your SRA file because you are telling him exactly where it is. You should probably call:

fastq-dump C:\Users\ArupGhosh\the\correct\path\to\this\file\SRR493095.sra
ADD COMMENT
0
Entering edit mode

No. I have tried with absolute path also. Gives same issue, with http://pastebin.ca/2162892 output xml file.

ADD REPLY
0
Entering edit mode

This thread in SEQanswers (http://seqanswers.com/forums/showthread.php?t=13175) suggests a version problem between your toolkit and the one used to create the sra index.

Have you tried asking sra@ncbi.nlm.nih.gov for assistance as suggested in the error message?

ADD REPLY
0
Entering edit mode

Thanks a lot. I am checking it.

ADD REPLY
0
Entering edit mode

You are correct. I tried with another .sra and downloaded current version of toolkit again. Works fine. Thanks.

ADD REPLY
2
Entering edit mode

Next time, before asking here, you should Google the error message you get. This is just what I did, and see, it solved your problem.

ADD REPLY

Login before adding your answer.

Traffic: 2782 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