This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Fastq dump error

Hi I'm getting the following error while converting the sra to fastq using fastq dump:

fastq-dump.2.5.7 err: storage exhausted while writing file within file system module - system bad file descriptor error fd='4'

tried the usual places but not able to find a solution to this.

sratoolkit fastq sra

Looks like you run out of space.

1 answer

Likely storage issue, also check this out error report:while running fastq-dump

Note also that fastq-dump by default places a cache file in your home directory which it does not remove after completed download. So it might as well be your home partition that is filled up.

Log in to answer this question.