-
Notifications
You must be signed in to change notification settings - Fork 777
Description
Howdy,
I am currently using Nextflow to help develop a pipeline for seed health testing, and this is the current issue we are running into:
Caused by:
Failed to pull singularity image
command: singularity pull --name community.wave.seqera.io-library-krakentools-1.2--5332070a89999eef.img.pulling.1728061063849 oras://community.wave.seqera.io/library/krakentools:1.2--5332070a89999eef > /dev/null
status : 255
hint : Try and increase singularity.pullTimeout in the config (current is "20m")
message:
FATAL: While pulling image from oci registry: error fetching image to cache: failed to get checksum for oras://community.wave.seqera.io/library/krakentools:1.2--5332070a89999eef: ORAS SIF image should have a single layer, found 14
-- Check '.nextflow.log' file for details
The pipeline encountered an error and did not finish successfully
WARN: Killing running tasks (1)
Yet, when I go to check the '.nextflow.log' file or the '.command.error' I do not see anywhere we would have put "20m" for the singularity.pullTimeOut? And even in the config file we have I do not see "20m"
Best,
Zen