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"}
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.