ITADN

[Bug] Module fastqc : URL du container Docker incorrecte

#11660OpenEmmanuelLabaronne 创建于 2026-05-17
bug
### Have you checked the docs? - [x] [nf-core website: troubleshooting](https://nf-co.re/usage/troubleshooting) - [x] [nf-core modules documentation](https://nf-co.re/docs/contributing/modules) ### Description of the bug The fastqc module fails when running with docker because the container URL is missing the quay.io/ registry prefix, so the image cannot be pulled. **Current** `container 'biocontainers/fastqc:0.12.1--hdfd78af_0'` **Expected** `container 'quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0'` ### Command used and terminal output ```console $ docker pull biocontainers/fastqc:0.12.1--hdfd78af_0 Error response from daemon: manifest for biocontainers/fastqc:0.12.1--hdfd78af_0 not found: manifest unknown: manifest unknown $ docker pull quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0 0.12.1--hdfd78af_0: Pulling from biocontainers/fastqc Digest: sha256:e194048df39c3145d9b4e0a14f4da20b59d59250465b6f2a9cb698445fd45900 Status: Image is up to date for quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0 quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0 ``` ### Relevant files _No response_ ### System information _No response_
0 条评论