Skip to content
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

Support singularity run #3206

Closed
rujinlong opened this issue Sep 13, 2022 · 1 comment
Closed

Support singularity run #3206

rujinlong opened this issue Sep 13, 2022 · 1 comment

Comments

@rujinlong
Copy link

In the docs/container.rst file, it said

In practice Nextflow will automatically wrap your processes and launch them by running the singularity exec command with the image you have provided.

My question is, is it possible to set nextflow to run singularity run, not singularity exec? The benefit of using run is when the container is built based on micromamba-docker, we can have multiple conda/mamba env in a container. By setting containerOptions = "--env ENV_NAME=env1", the process will run in the env1 environment.

For docker this is not a problem, since nextflow call docker run by default. It will be really helpful if singularity run is also supported.

@stale
Copy link

stale bot commented Mar 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants