Skip to content

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 abu…

Notifications You must be signed in to change notification settings

zabolian/kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

kraken

Kraken is written in C++

build

g++ kraken.cpp

input files

put fastq.txt and count.txt alogside kraken.cpp

run

execute ./a.out

About

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 abu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages