Dockerized SnpSift based on anapsix/alpine-java image.
650
docker pull alexcoppe/snpsift
The VCF is in a Docker engine’s host directory mounted into the container using the -v flag.
docker run --rm -it -v $(pwd):/data alexcoppe/snpsift filter '( QUAL >= 30 )' /data/test.vcf
Content type
Image
Digest
Size
179.1 MB
Last updated
over 6 years ago
docker pull alexcoppe/snpsift