This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vg docker image

Hello, I am struggling to find a stable docker image for vg.

May you help point me to the latest stable docker image of vg.

Thanks

vg

Yeah, it will help if they had a bioconda recipe for vg. You can write a bioconda recipe and then you'll get a container on quay.io under biocontainers, you can ask the team to do that or you could write a docker container, it's really not that complicated.

They have a Dockerfile in the official repository (https://github.com/vgteam/vg), so maybe they have a Docker image available at Docker Hub or you can download the Dockerfile and build the image locally.

1 answer

A docker image is published for each release. You can see the releases here: https://github.com/vgteam/vg/releases. The docker image is 3 lines below the big green download button.

Log in to answer this question.