Closed Aratz closed 3 months ago
I'd say you're right on point with your issue, but I feel like the first part is more of a tools issue than demultiplex.
I'm guessing multiqc issues are due to custom/dumpsoftwareversions, and this is a demultiplex issue, but hopefully we're getting rid of this module soon
Right, it seems like tools is getting confused with this line https://github.com/nf-core/modules/blob/3fb69a931aa3c968ac87bc17961f30da4c9f17b5/modules/nf-core/bclconvert/main.nf#L5 (compare to the url for falco
for instance: https://github.com/nf-core/modules/blob/3fb69a931aa3c968ac87bc17961f30da4c9f17b5/modules/nf-core/falco/main.nf#L7-L9)
Just created a follow-up issue in nf-core/tools, we can leave this one open for awareness.
The main issue should be fixed with the nf-core tools release 2.13.1 today! 👌🎉
(I would still appreciate seeing an update to Nextflow in the future, but for now symlinks ensure that the images are found nonetheless.)
Leaving this open as a reminder of the dissociative identity disorder of MultiQC.
I think we can close this. Modules subworkflows have been updated in the meanwhile. There's also no guarantee that all modules use the same version of the multiqc container (the multiqc container is sometimes used not for multiqc, but just as a python container that happens to have a couple of useful packages installed).
Description of the bug
After downloading the singularity images with
nf-core download demultiplex
, nextflow still attempts to download the bclconvert singularity image (similar problems occur with bcl2fastq and bases2fastq).I suspect this has to do with how the images are named, i.e. the
singularity_images
folder still contains a file namednf-core-bclconvert-4.2.4.img
but nextflow insists on downloadingquay.io-nf-core-bclconvert-4.2.4.img
.Another (smaller) issue is that multiQC is downloaded twice (v1.17 and v1.18).
Command used and terminal output
Relevant files
No response
System information
nf-core, version 2.11.1 nextflow, version 23.04.3 build 5875 nf-core/demultixplex, version 1.4.0