Sign inSign up

infotechsoft/kraken2

By infotechsoft

Updated about 6 years ago

Kraken2 is a system for assigning taxonomic labels to short DNA sequences.

Image
0

483

infotechsoft/kraken2 repository overview

docker-kraken v2.0.9-beta

Kraken 2 docker image based on Ubuntu

ABOUT KRAKEN

Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained through metagenomic studies. Previous attempts by other bioinformatics software to accomplish this task have often used sequence alignment or machine learning techniques that were quite slow, leading to the development of less sensitive but much faster abundance estimation programs. Kraken aims to achieve high sensitivity and high speed by utilizing exact alignments of k-mers and a novel classification algorithm.

Base Image

Installed

  • Kraken2 (2.0.9-beta)
  • MiniKraken2 DB (2_8GB_201904)

Settings

VOLUME /data/
WORKDIR /data/

Running

docker run -it -v $(pwd):/data infotechsoft/kraken2
# kraken --db ${KRAKEN_DB_VERSION} seqs.fa

Maintainer

INFOTECH Soft

Tag summary

Content type

Image

Digest

Size

5.7 GB

Last updated

about 6 years ago

docker pull infotechsoft/kraken2