Hi everyone,
I run the fastq-dump --split 3 to split the sra.file but it took a very long time. When I check the process viewer through htop, I found that the fastq-dump --split 3 command is in s (interruptible sleep) status. May I know how to solve this problem?
If you need data for a few accession numbers then just searching EBI-ENA directly and getting the fastq files is the most efficient way.
Yes, I found it on EBI-ENA. Thank you. ^^ But I want to learn how to solve this problem also. I waited the process to run and the system come out with this result:
2018-07-10T17:40:50 fastq-dump.2.9.1 sys: timeout exhausted while reading file within network system module - mbedtls_ssl_read returned -76 ( NET - Reading information from the socket failed )
2018-07-10T20:05:43 fastq-dump.2.9.1 sys: timeout exhausted while reading file within network system module - mbedtls_ssl_read returned -76 ( NET - Reading information from the socket failed )
2018-07-10T21:10:01 fastq-dump.2.9.1 sys: timeout exhausted while reading file within network system module - mbedtls_ssl_read returned -76 ( NET - Reading information from the socket failed )
Read 64821551 spots for SRR5257023
Written 64821551 spots for SRR5257023
So, may I consider the process was finished?
Did you get any errors downloading from ENA? That appears to be some kind of network error. Are you using a network proxy (have a firewall between you and NCBI) and have you properly configured SRAtoolkit to use the proxy? There was a past similar issue reported for
fastq-dump
that appears to be still not closed (may not mean much).Thank you for your help. I had solved the problem.
How? Maybe you can give some input for others.