Entering edit mode
6.5 years ago
genya35
▴
50
Hello,
Could a kind a person please create a docker container for Pindel and post it on Docker Hub. The dockerfile is found here: https://hub.docker.com/r/mgibio/pindel/~/dockerfile/
I can't find an active container and a firewall on my machine is preventing the creation of my own.
Thank you
The image on Docker hub doesn't have the latest tag which
docker pull
looks for by default. The only available version is tagged v0.2.5b8. You should be able to pull it using:Thanks, your suggestion worked. Could you please suggest how to run
pindel
andpindel2vcf
via docker?I've tried this:
I get an error message :
Thank you
No problem!
/opt/pindel-0.2.5b8/pindel
argument isn't required as it appears pindel is run by default when starting the container. Looks like pindel2vcf is a separate Docker image https://hub.docker.com/r/mgibio/pindel2vcf