You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the pipeline with Docker on an Azure VM. The run fails with an error message indicating that the ubuntu:20.04 container cannot be run. The same container works fine on AWS and other Azure environments.
Error message:
One or more container images specified are invalid
Command used and terminal output
Error executing process > 'NFCORE_RNASEQ:RNASEQ:PREPARE_GENOME:GUNZIP_GTF (genes.gtf.gz)'Caused by: One or more container images specified are invalidCommand executed: gunzip \ -f \ \ genes.gtf.gz cat <<-END_VERSIONS > versions.yml "NFCORE_RNASEQ:RNASEQ:PREPARE_GENOME:GUNZIP_GTF": gunzip: $(echo $(gunzip --version 2>&1) | sed 's/^.*(gzip) //; s/ Copyright.*$//') END_VERSIONS
### Relevant files
_No response_
### System information
Nextflow version: 23.2.1-BETA1_2fe9694
Executor: Azure Batch
Container: Docker
The text was updated successfully, but these errors were encountered:
Will close this for now as we are awaiting further information. Please feel free to re-open if and when you can provide more details. Please feel to join the #rnaseq channel in the nf-core Slack Workspace for more real-time help. Thanks!
Description of the bug
I'm trying to run the pipeline with Docker on an Azure VM. The run fails with an error message indicating that the ubuntu:20.04 container cannot be run. The same container works fine on AWS and other Azure environments.
Error message:
One or more container images specified are invalid
Command used and terminal output
The text was updated successfully, but these errors were encountered: