Is there some way to convert SRA to fastq? I'm on a windows system and the sra toolkit is not working on my system.
Is there some way to convert SRA to fastq? I'm on a windows system and the sra toolkit is not working on my system.
You could upload your SRA files to Galaxy and use the SRA to FASTQ converter, however I'd strongly recommend you try to get the SRA toolkit working on your Windows machine.
There is now a new release of the SRAtoolkit (2.9.1) that introduces fasterq-dump, a multi-threaded follow-up of fastq-dump
. Had a quick look at it and the increase in speed is notable, but (and I really do not understand this in 2018 at all) there is no longer a --gzip
option, requiring additional post-processing. I really do not understand why, in times where projects may require the processing of terabytes of .sra data, a tool can lack a compression option, flooding the hard drives with Tb of unnecessarily large amounts of data (the last sentence is of course thinking aloud). I will probably stick with parallel-fastq-dump, given that files (e.g. from dbGaP) are not backed up on ENA.
Also see [Deprecated] Fast download of FASTQ files from the European Nucleotide Archive (ENA)
At first check your system specification. Download SRA toolkits accordingly(32 bits/ 64 bits)
That might solve the problem
Not quite an answer to the question you are asking, but the ENA (European Nucleotide Archive) has all publically available SRA samples for download directly as fastq. The download will take much longer (unless you use aspera), but the you more than make up for it in conversion time.
From SRA toolkit => "./fastq-dump SRA* "
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You can try compiling the SRA toolkit under cygwin (didn't try, caveat emptor).
dear all I am trying to convert SRR10756635, SRR10756640, SRR10756644 and SRR10756675 SRA files to fastaq but nothing is working for me at all. Can anyone help?
Please open a new question and add sufficient details. "Does not work" is not an appropriate description, please add error messages or descriptions of what is (not) happening. You might simply doenload them via sra-explorer.info directly in fastq format.