minimal docker image for samtools built with nix
820
An example of running samtools with a sample.bam located locally at ~/local-data
docker run -v ~/local-data:/data djhshih/samtools \
samtools view -H /data/sample.bam
Content type
Image
Digest
Size
10.4 MB
Last updated
about 10 years ago
docker pull djhshih/samtools