-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems building singularity image: Authentication error. #8
Comments
Have you tried Images aren’t pushed to shub currently. Need to fix the docs here. Phil |
Well I got a different error message for
|
Sorry, should't reply on my phone! It's a slash, not a hyphen. No hyphens at all, all lower case:
You can tell from the Phil |
Hmm, I'm still having the same problem 🤔
|
You put a hyphen in again! It's On closer inspection the reason for this becomes (embarassingly) clear. There are no image builds. So there's nothing to pull. The last one failed during the R installation step. I remember now that I did see this I think, but we're currently rebuilding the entire container, so I figured that it wasn't worth looking into it any more. Ok, so in summary:
Again, apologies for the half-responses over the past few days (I've been travelling around teaching on various courses). Thanks for testing! I'll close this now that we have an explanation I think. Phil |
Haha, ok good to have it sorted out. My test with |
Received an error when trying to download and transfer the singularity image using the command located in the Singularity, Running Offline section. See below: "[user]$ singularity pull --name nf-core-rnaseq-1.3.img docker://nf-core/rnaseq:1.3 WARNING: pull for Docker Hub is not guaranteed to produce the WARNING: same image on repeated pull. Use Singularity Registry WARNING: (shub://) to pull exactly equivalent images. Docker image path: index.docker.io/nf-core/rnaseq:1.3 ERROR UNAUTHORIZED: authentication required ERROR Check existence, naming, and permissions Cleaning up... ERROR: pulling container failed!" I found a related issue posted in a different nf-core pipeline (see here nf-core/chipseq#8). And was able to fix the issue by removing the "-" in nf-core.
I'm having problems building the singularity image for the ChIP-seq pipeline. I get the same error both on my macbook and running on Uppmax/Rackham.
Looking at this page, perhaps the name should be docker://nfcore/ChIPseq (without the "-"): https://hub.docker.com/r/nfcore/chipseq/ But this gives the same results as above.
Building the old singularity image docker://scilifelab/ngi-chipseq still works ok.
The text was updated successfully, but these errors were encountered: