Replies: 1 comment 2 replies
-
UPD: I was made it work using absolute paths inside the container:
However I still don't understand why I can use simple |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to a run script in a docker container.
The docker container is based on the micromamba environment.
I can use the container with the script from my terminal and everything works fine.
However when I'm trying to use the same script from the Nextflow I'm getting an error:
The docker file
I was trying to use a shebang
#!/usr/bin/env python3
to the script.An error just changed to
The Nextflow process is:
It is not the first time I'm using docker containers but the first time I'm using it with mamba. Does anyone have an idea what is wrong?
Thanks,
Semion
Beta Was this translation helpful? Give feedback.
All reactions