-
Notifications
You must be signed in to change notification settings - Fork 2
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
Network unreachable #7
Comments
Hi @lilif99 This appears to a network issue. Would you sahre you .nextflow.log please? |
Also, what is the result of doing the following?
|
Hi @nrhorner, thanks for your response This is my .nextflow.log:
|
And this is the result of running: apptainer shell docker://ontresearch/wf-cas9:shaa7b95018145dc9c753d6092309ac6be5166a491a
|
Update: I have it working on the command line and the demo data ran fine. But I am not able to submit a slurm script to run it or I get the network connection error. |
Update: I have figured out the issue. Our compute nodes don't have internet access so I am unable to pull the workflow from github. I have tried to run it from a local version of the workflow instead and set --disable_ping to true but it appears to still be trying to pull something from the internet:
Is there something I should be adding to the config file to stop it trying to pull? |
Hi @lilif99 Thanks for the update. The workflow still needs internet access to download a singularity container. A workaround might be to move the singularity image from your local workflow run to the the workflow |
Ask away!
Hi, I'm attempting to run the workflow with nextflow + apptainer and keep getting the error message:
I also get the error message: "curl: (7) Failed to connect to 18.165.201.54: Network is unreachable" in my slurm.err file
I'd be really grateful for any help with this!
The text was updated successfully, but these errors were encountered: