Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 338 Bytes

File metadata and controls

16 lines (13 loc) · 338 Bytes

bcftools

Source-built bcftools container.

Quick Usage

# Pull the image
docker pull docker.io/picotainers/bcftools:latest

# Run the tool
docker run --rm docker.io/picotainers/bcftools:latest --help

Example

docker run --rm -v "$(pwd):/data" docker.io/picotainers/bcftools:latest view -H /data/input.vcf