Nextflow fails to find my pre-downloaded Singularity images.
I set singularity.cacheDir = "~/downloads/nf_imgs/" in the config, but when I run the pipeline it still tries to pull images and shows the error “Failed to pull singularity image.”
I am running this on a cluster where downloads from most sources are not allowed. I need Nextflow to use the existing .img files in the specified folder instead of trying to pull new ones.