-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget host address error #291
Comments
Could be intermittent network or server issues. ENA/SRA do see a lot of traffic. |
I'm experiencing the same issue with wget using the dev branch, were you able to get this to work? |
This is because of a problem with the Singularity container. A certain generation of containers was built with a Busybox that had a broken |
I think the problem is the container.
However, if I try the latest version of the container (check https://depot.galaxyproject.org/singularity/):
So, I guess the solution is to instruct Nextflow to fetch the latest image in
change to (conda also for consistency but I haven't test):
|
sorry, just realized that the suggested change already made it to the dev branch :p |
I can confirm, updating the wget container to v.1.21.4 (with fe27569) fixed this issue. |
Hello! I am still getting this error even with the fix suggested above. The line before the wget error has a warning regarding my singularity. Could this be part of the problem? Command error: Thanks! |
Dear @LKeene
|
A bummer that users are currently forced to use conda instead of Singularity, at least for now. |
Description of the bug
I tried out the dev branch and am encountering a wget error in process
NFCORE_FETCHNGS:SRA:SRA_FASTQ_FTP
The underlying error is:
Getting the error for a number of SRX experiment ids that have successfully downloaded with sra-tools in the past.
I'll try to see if I can figure out the issue, but figured I'd bring it up.
Command used and terminal output
Relevant files
logfile.txt
System information
Nextflow 23.04.02
HPC
slurm
Singularity
RHEL8
fetchngs dev
The text was updated successfully, but these errors were encountered: