-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I am downloading MetScale for the first time and am running into issues with the download of the Singularity images when I run python download_offline_files.py --workflow all
Error message
Downloading singularity image fastqc_0.11.7--pl5.22.0_2.sif
FATAL: While making image from oci registry: error fetching image to cache: failed to get checksum for docker://quay.io/biocontainers/fastqc:0.11.7--pl5.22.0_2: not a valid image manifest or image index
OS Error fastqc_0.11.7--pl5.22.0_2.sif
[Errno 2] No such file or directory: 'fastqc_0.11.7--pl5.22.0_2.sif' -> '../container_images/fastqc_0.11.7--pl5.22.0_2.sif'
Additional context
I get this error for all the biocontainers (Trimmomatic, MultiQC, Khmer, MegaHIT, etc), but the database files are downloading properly.
Could you offer some guidance on the correct versions of the containers that I will need? Thanks!