This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Erro while converting .SRA File to .fastq File with SRA Toolkit

Hi, everyone,

I have download 6 paired end sequencing data from Ncib, and I am trying to convert them (.SRA Files) to .fastq Files.

The command I used:

fastq-dump -I --split-files SRR1572697.sra

(one accession of them)

I got:

fastq-dump.2.1.7 err: data bad version while constructing page map within virtual database module - failed SRR1572697.sra
Written 0 spots total

Strangely, 3 of them are converted to fastq files successfully, but for the other 3 sra files, I got the same informations just like above. So who knows how to solve this problem or convert these 3 sra files to fastq files?

Thanks a lot!

softwareerror genome next-gen

1 answer

A 5 second Google suggests this is a version issue. You are indeed using an old version of the sra toolkit (2.1.7 was released Oct2011). Can you update the version you're using (downloads are here) and try this again before getting help with outdated software?

Thank you so much, george.ry!

I didn't notice that the version is so old!!I have updated it and it works now!

Glad to help!

Log in to answer this question.