I am using fastq-dump to download some files from sra. It turned that .sra files was downloaded into my home directory. So, there was a "disk quota exceeded" error, and a number of .sra.cache instead of .sra files were generated. But, the downloading is continuing. I wonder if the fastq.gz files downloaded in this case are deprecated? Thanks
I have also met with the same problem recently: some of the fastq file generate "SRR3532923.sra.cache", and I used
vdb-validate SRR3532923.sra.cache
to check it, which shows:Should I trust the download files? Thanks a lot,