Starting Nextflow in a singularity container and use it to run another singularity container #5135
Unanswered
anuravi1234
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to run nextflow in a singularity container and further use this for running other pipelines that are made for nextflow. This will help us bypass installation of nextflow in our servers. I am running this on a Linux server.
I am able to run nextflow on a singularity container
I am also able to run the singularity container that contains the workflow on a separate server that has nextflow installed. I also made a config file for nextflow
I tried to launch the script like this:
I get the following error
I could add the .nextflow.log report as well if it is useful. I have tried multiple ways that the local singularity container is recognised but it isnt working. Is there something within my script I should add so that the other singularity image is also recognised? am I missing something?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions