Skip to content

infotechsoft/docker-kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-kraken v1.1.1

Kraken docker image based on Ubuntu Ubuntu 20.04

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

  • Kraken 1.1.1
  • MiniKraken DB (20171019_4GB)

Settings

VOLUME /data/
WORKDIR /data/

Running

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

Maintainer

INFOTECH Soft

About

Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained through metagenomic studies.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors