fastq-dump timeout exhausted error
2
0
Entering edit mode
7.0 years ago
bxia ▴ 180

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

sra • 11k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

fastq-dump --split-3 SRR998480

I am wondering whether it is really using the local downloaded SRA

ADD REPLY
1
Entering edit mode

What does --split-3 do?

ADD REPLY
0
Entering edit mode

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.

ADD REPLY
2
Entering edit mode
7.0 years ago
GenoMax 141k

How about explicitly doing fastq-dump --split-3 /path_to/SRR998480.sra

ADD COMMENT
0
Entering edit mode

ok, I see, that will make sense

Thanks

ADD REPLY
0
Entering edit mode

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 ) same error encountered just dont know if its a warning or an error, an dif its a warning then should i stop the run.

ADD REPLY
1
Entering edit mode
6.6 years ago
samesense ▴ 40

NCBI and all Federal systems will be transitioning to using HTTPS-only protocols before the end of 2016. This change will affect any software that uses NCBI APIs such as the E-utilities or NCBI software toolkits such as sra-tools, ncbi-vdb or ngs.

If you develop software that relies on sra-tools, ncbi-vdb or ngs in any way, you will likely need to update your code so that it accesses NCBI using HTTPS.

More here: https://github.com/ncbi/sra-tools

So much for reproducible research.

ADD COMMENT
0
Entering edit mode

Wait... how does this affect when I just need to download a SRA record using fastq-dump w/ my current version?

ADD REPLY

Login before adding your answer.

Traffic: 2203 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6