How to activate conda env in a docker images? #3734
Unanswered
liubingdong
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can use Wave to build containers on demand starting from the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Many thanks for your excellent job on the nextflow.


I plan to build a workflow and create a docker image including qiime2, fastqc, and picrust2, like this:
I have checked these software in the conda env works well.
However, when I run the workflow, the pipeline cant finds the software like this:
Here is my question:
Could I activate the conda env in the nextflow based on a docker image?
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions