Replies: 2 comments
-
Given this is a question about how to use Nextflow rather than a bug or feature, I would recommend posting on https://community.seqera.io/c/nextflow/5 instead of here. When you do, be sure to share the code and relevant logs to make it easier for people to work out what is going on. For what it's worth, this looks like an error with CURL or with the connection between you and the SRA. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Indeed, this looks like more a problem with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
I have a list of paired-end read FASTQ URLs stored in a CSV file. All of them are from ENA. The Read1 and Read2 FASTQ files are passed to my process using path(URL) as two paths.
Also, I tried to use wget and curl to download those files within the process. However, I got an error curl: (56) Recv failure: Connection reset by peer.
The command was
If possible, would you mind giving me some advice on how to fetch files from ENA within a process?
Expected behavior and actual behavior
Be able to fetch file from ENA.
Steps to reproduce the problem
Program output
Environment
Additional context
(Add any other context about the problem here)
Beta Was this translation helpful? Give feedback.
All reactions