Wave invalid response: POST https://wave.seqera.io/v1alpha2/container [400] {"message":"Container image 'biocontainers/stringtie:2.2.3--h43eeafb_0' does not exist or access is not authorized"}

Hi all,
I am trying to run a custom pipeline on seqera cloud platform that were developed based-on nf-core modules. I run into issues with the latest nf-core/modules for rseqc and stringtie for which wave containers cannot be found.

Wave invalid response: POST https://wave.seqera.io/v1alpha2/container [400] {"message":"Container image 'biocontainers/stringtie:2.2.3--h43eeafb_0' does not exist or access is not authorized"}

 Wave invalid response: POST https://wave.seqera.io/v1alpha2/container [400] {"message":"Container image 'biocontainers/rseqc:5.0.3--py39hf95cd2a_0' does not exist or access is not authorized"}

What is the best way to resolve this issue?

Thanks

Best,
Kokul

Hi Kokul,

do you specify quay.io as the default docker.registry? Your error message only says biocontainers/rseqc:5.0.3–py39hf95cd2a_0. If I try

docker pull biocontainers/rseqc:5.0.3--py39hf95cd2a_0

I also get an auth / access denied error. But when I try

docker pull quay.io/biocontainers/rseqc:5.0.3--py39hf95cd2a_0

The pull works succesfully. You might have to add quay.io to the container image name or modify your default docker.registry if you are using that approach in your pipeline.

Hope that works!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.