Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message: One or more container images specified are invalid #1099

Closed
RamiyapriyaS opened this issue Oct 20, 2023 · 3 comments
Closed
Labels
awaiting-response-community question Further information is requested
Milestone

Comments

@RamiyapriyaS
Copy link

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

Error executing process > 'NFCORE_RNASEQ:RNASEQ:PREPARE_GENOME:GUNZIP_GTF (genes.gtf.gz)'

Caused by:
  One or more container images specified are invalid

Command 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 

@RamiyapriyaS RamiyapriyaS added the bug Something isn't working label Oct 20, 2023
@txellext
Copy link

Hi! I am getting the same error.
Did you solve it?

@drpatelh drpatelh added question Further information is requested and removed bug Something isn't working labels May 13, 2024
@drpatelh drpatelh modified the milestone: 3.15.0 May 13, 2024
@adamrtalbot
Copy link
Contributor

Hi could you provide more info please? Which version of nf-core/rnaseq are you using? What is the base image for your Azure VM?

I'm unfamiliar with Nextflow version 23.2.1-BETA1_2fe9694, could you please clarify which version of Nextflow you are using from the releases page?

@drpatelh
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response-community question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants