Sign inSign up

djhshih/seqkit

By djhshih

Updated almost 9 years ago

Tools for high-throughput sequencing analysis.

Image
0

1.8K

djhshih/seqkit repository overview

Content

  • bash, perl, python2
  • bwa
  • samblaster
  • sambamba
  • samtools
  • bcftools
  • bedtools
  • vcftools

Usage

After pulling the image, you can run the image using /bin/bash as the entry point.

docker pull djhshih/seqkit
docker run -it --rm djhshih/seqkit /bin/bash

Then you can run any of the above tools inside the shell.

A data directory may be mounted

docker run -it --rm -v $(pwd)/data:/data djhshih/seqkit

You can also run a tool directly by

docker run -it --rm djhshih/seqkit samtools

For more information on how this image was built, see https://github.com/djhshih/biopkgs

Tag summary

Content type

Image

Digest

Size

62.9 MB

Last updated

almost 9 years ago

docker pull djhshih/seqkit