Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

failed to get manifest for: shub://nf-core/deepvariant: the requested manifest was not found in singularity hub #28

Open
moldach opened this issue Mar 20, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@moldach
Copy link

moldach commented Mar 20, 2020

I'm getting an error when trying to pull with singularity (version 3.5.2-1.el7)

singularity pull --name nf-core-deepvariant.simg shub://nf-core/deepvariant

FATAL:   While pulling shub image: failed to get manifest for: shub://nf-core/deepvariant: the requested manifest was not found in singularity hub
@PhilPalmer
Copy link
Collaborator

PhilPalmer commented Mar 27, 2020

Hi @moldach, sorry for my late reply on this

I think this is the same issue as #13

This is an error in the documentation as Singularity Hub isn't really used by nf-core and so the image cannot be found

Try this instead:

singularity pull --name nf-core-deepvariant.simg docker://nfcore/deepvariant:latest

Hopefully, this will resolve your issue, let me know if not

@apeltzer apeltzer added the good first issue Good for newcomers label Jul 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants