Feature request: Support container+conda ad-hoc combination for environment management #3708
Unanswered
ManavalanG
asked this question in
Q&A
Replies: 2 comments
-
Nextflow does the same (and much more) by using Wave containers service |
Beta Was this translation helpful? Give feedback.
0 replies
-
I should have added snakemake does everything locally without having to depend on external services. I re-read wave docs closely and it does appear to support this feature. I will report back when I get an opportunity to try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is a feature request based on slack discussion with @ewels.
Snakemake can natively build conda env within a singularity container. That is, provided a conda environment and singularity container, snakemake would create conda environment using the singularity container and then use singularity+conda env container for the jobs/processes. I would like to request for similar feature in nextflow. While nextflow supports conda or container usage, it doesn't support container+conda setup.
Beta Was this translation helpful? Give feedback.
All reactions