Hi, I got this error message from fastq-dump:
fastq-dump.2.8.0 sys: timeout exhausted while reading file within network system module - mbedtls_ssl_read returned -76 ( NET - Reading information from the socket failed )
but I have SRA downloaded in the local folder. I wonder whether I can ignore this error message
What was your
fastq-dump
command line?Also posting the error as a title of the post is never informative. You could just say
fastq-dump
error to keep the title streamlined.fastq-dump --split-3 SRR998480
I am wondering whether it is really using the local downloaded SRA
What does --split-3 do?
Legacy 3-file splitting for mate-pairs: First biological reads satisfying dumping conditions are placed in files _1.fastq and _2.fastq If only one biological read is present it is placed in *.fastq Biological reads and above are ignored.