Sign inSign up

alexcoppe/snpsift

By alexcoppe

•Updated over 6 years ago

Dockerized SnpSift based on anapsix/alpine-java image.

Image
0

650

alexcoppe/snpsift repository overview

⁠Dockerized SnpSift⁠

⁠Usage:
⁠Docker Pull Command:
docker pull alexcoppe/snpsift
⁠Example:
⁠Filtering variants from a VCF based on call quality.

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

Tag summary

Content type

Image

Digest

Size

179.1 MB

Last updated

over 6 years ago

docker pull alexcoppe/snpsift