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

conda or docker ?! #7

Open
tischi opened this issue Nov 14, 2023 · 1 comment
Open

conda or docker ?! #7

tischi opened this issue Nov 14, 2023 · 1 comment

Comments

@tischi
Copy link
Contributor

tischi commented Nov 14, 2023

@BioinfoTongLI

Why are there both conda and docker?

@BioinfoTongLI
Copy link
Contributor

theoretically you need to declare all the different containerisations that you want to use there in the process definition.
It is only at runtime you decide which method you want to use.
You can do that by either editing the nextflow.config file
docker.enabled = true
or by adding flags in the CLI -with-docker.
In either of these case, conda will be ommitted.

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

No branches or pull requests

2 participants