Dockerized SnpEff based on anapsix/alpine-java image.
548
docker pull alexcoppe/snpeff
The SnpEff configuratione file (snpEff.config), the genomic data (GRCh37.75) and the VCF are in a Docker engine’s host directory mounted into the container using the -v flag.
docker run --rm -it -v $(pwd):/data alexcoppe/snpeff eff -v -c /data/snpEff.config GRCh37.75 /data/sample.vcf
Content type
Image
Digest
Size
179.1 MB
Last updated
over 6 years ago
docker pull alexcoppe/snpeff