Closed Zethson closed 3 years ago
If you look the error stack trace, the problem arise on NfcoreTemplate script
at NfcoreTemplate.hostName(NfcoreTemplate.groovy:27)
Interesting. I'll check it out next week. Thanks Paolo! Saturday, 17 July 2021, 05:52PM +02:00 from Paolo Di Tommaso @.*** :
If you look the error stack trace, the problem arise on NfcoreTemplate script at NfcoreTemplate.hostName(NfcoreTemplate.groovy:27)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .
Bug report
Expected behavior and actual behavior
Whenever I try to run any pipeline (e.g. nf-core ones) with Docker or Singularity it does not use the container to run the pipeline. Hence, all commands of the processes are not found and the pipeline just fails. I can run the containers outside of any Nextflow pipelines without any problems and the commands are found (as expected). Example:
Steps to reproduce the problem
nextflow run nf-core/rnaseq -profile test,singularity
Program output
Environment
$SHELL --version
) Fish 3.2.2Additional context
Running pipelines with Conda works, but containers (Docker, Singularity) do not. Again, my container setup looks fine to me because I can run the containers interactively without any issues.