Scroll to navigation

KRAKEN2(1) User Commands KRAKEN2(1)

NAME

kraken2 - assigning taxonomic labels to short DNA sequences

SYNOPSIS

kraken2 [options] <filename(s)>

OPTIONS

Name for Kraken 2 DB (default: none)
Number of threads (default: 1)
Quick operation (use first hit or hits)
Print unclassified sequences to filename
Print classified sequences to filename
Print output to filename (default: stdout); "-" will suppress normal output
Confidence score threshold (default: 0.0); must be in [0, 1].
Minimum base quality used in classification (def: 0, only effective with FASTQ input).
Print a report with aggregrate counts/clade to file
With --report, format report output like Kraken 1's kraken-mpa-report
With --report, report counts for ALL taxa, even if counts are zero
Avoids loading database into RAM
The filenames provided have paired-end reads
Print scientific names instead of just taxids
Input files are compressed with gzip
Input files are compressed with bzip2
Print this message
Print version information

If none of the *-compressed flags are specified, and the filename provided is a regular file, automatic format detection is attempted.

AUTHOR

This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

March 2019 kraken2 2.0.7~beta