Skip to content

infotechsoft/docker-kraken2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors