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 ?
No. I have tried with absolute path also. Gives same issue, with http://pastebin.ca/2162892 output xml file.
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?
Thanks a lot. I am checking it.
You are correct. I tried with another .sra and downloaded current version of toolkit again. Works fine. Thanks.
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.