Fixing problems with fastq-dump #239
Replies: 8 comments 36 replies
-
|
I tried again according to your method, and running "fastq-dump --stdout -X 2 SRR390728" succeeded, but when I run "fastq-dump -X 1 -Z SRR1553591" directly, it will report an error, I don't know the reason for the error.(M1 macbook pro) $ fastq-dump --stdout -X 2 SRR390728 Read 2 spots for SRR390728 $ fastq-dump -X 1 -Z SRR1553591 |
Beta Was this translation helpful? Give feedback.
-
|
oh, just realized that this was the same thread, this sounds like some sort of network problem frankly - lots of certificate problems |
Beta Was this translation helpful? Give feedback.
-
|
A workaround would be to that prints you can download from those links (automate the whole thing with |
Beta Was this translation helpful? Give feedback.
-
|
I need help with fastq-dump errors after Biostar Handbook software installation. I am not very experienced and frankly I don’t understand the errors. Installation went well so far, but doctor.py returns: After running
2022-12-22T10:42:21 fastq-dump.2.9.6 sys: connection failed while opening file within cryptographic module - mbedtls_ssl_handshake returned -9984 ( X509 - Certificate verification failed, e.g. CRL, CA or signature check failed ) Running What does that mean? I understand that the ftp site is the download location for the ebola data, but the fastq-dump tool is still not working. Should i ignore it? |
Beta Was this translation helpful? Give feedback.
-
|
Man thanks for your quick response, Istvan.
I had gone through the When-fastq-dump-fails section several times, but
I did not manage to extrapolate the right solution for. At the end I
tried and tried and suddenly several steps of the installation and file
retrieving process worked that had not done so before. No clue why, but
at the moment I am fine.
Nevertheless, 1000 thanks for your immediate help - this is really great
support!
Christian
I On 22/12/2022 23:41, Istvan Albert wrote:
It is not your fault for being a beginner.
What happens is that the people that run NCBI cannot get their stuff
together to the point of absurditity that downloading a file is too
complicated ...
Just ponder and think about that for a second ... to truly understand
the magnitude of letting a entire domain of science down
The Biostar Workflows explains the process in more detail on what to
do when fastq-dump fails, see the section: When fastq-dump fails.
https://www.biostarhandbook.com/books/workflows/tutorials/fastq-data/#when-fastq-dump-fails
—
Reply to this email directly, view it on GitHub
<#239 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHNHEAND2V7UHASSKD4TFRDWOTKKDANCNFSM6AAAAAAQX6BVGY>.
You are receiving this because you commented.Message ID:
***@***.***>
--
Dr. Christian Borowski
Department of Symbiosis
Max Planck Institute for Marine Microbiology
Celsiusstr. 1 - D-28359 Bremen - Room 3242
Phone: +49 421 2028 823
eMail: ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
| I followed the directions in the 'How to fix fastq-dump errors' section but keep receiving this message, I am not familiar with coding and am following this textbook for a college course. I would be grateful for any help. |
Beta Was this translation helpful? Give feedback.
-
|
I love the doctor.py script -- super helpful. But I can confirm that I doctory.py has fastq-dump errors for me too. "curl http://data.biostarhandbook.com/sratools.sh | bash" does not solve the issue. I am using a macbook air M1. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I am receiving some errors. I have followed every prescription in the book. Kindly assist. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some reader report various errors with fastq-dump that look like:
or
In those cases, we found that installing a newer version of
sra-toolsfixes the problem.We have an installer that can download and install the native client distributed by NCBI. Run it like so:
After running the above, close and reopen the terminal, then test the results with:
I believe the above is a solution to the problems people have been experiencing.
Beta Was this translation helpful? Give feedback.
All reactions