google / deepvariant

DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
BSD 3-Clause "New" or "Revised" License
3.22k stars 724 forks source link

D #886

Closed desmodus1984 closed 1 month ago

desmodus1984 commented 1 month ago

Have you checked the FAQ? https://github.com/google/deepvariant/blob/r1.6.1/docs/FAQ.md: Yes

Describe the issue: I can't pull the container using singularity.

Setup

I used this code

BIN_VERSION="1.6.1"
singularity pull docker://google/deepvariant:"${BIN_VERSION}"

and It got several warning messages:

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. /usr/bin/env: ‘python’: No such file or directory Cleaning up... ERROR: pulling container failed!

I was thinking of installing DeepVariant with conda, but the version in conda is 1.5.0, and I was told to always run the most up-to-date one.

kishwarshafin commented 1 month ago

Hi @desmodus1984 ,

I just checked our singularity solution and it works on a n2-standard-64 GCP machine. Without knowing much about your system, my guess is it's probably something related to how singularity is installed in your system? Are you on an HPC?

desmodus1984 commented 1 month ago

Hi @kishwarshafin

I did install Singularity in a conda environment and then I used the singularity installed in the HPC, and in both systems I couldn't download the container.

kishwarshafin commented 1 month ago

@desmodus1984 ,

Can you verify this issue is specific to DeepVariant and not your system? Can you run:

singularity pull docker://ubuntu:latest

And see if you are able to download that?

kishwarshafin commented 1 month ago

Closing this for no activity. Feel free to reopen if you need further help.