Skip to content

Instantly share code, notes, and snippets.

@kevin3
Created July 15, 2021 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin3/d9ec3169f3a8e1c4fe25d682483a3fca to your computer and use it in GitHub Desktop.
Save kevin3/d9ec3169f3a8e1c4fe25d682483a3fca to your computer and use it in GitHub Desktop.
~/bin/kraken2/kraken2 --db ~/k2_standard_16gb_20210517 --use-names --gzip-compressed $1 --output $1.kraken --report $1.kraken.report
cut -f2,3 $1.kraken > $1.kraken.kronainput
ktImportTaxonomy -tax /home/kev/Krona-master/KronaTools/taxonomy $1.kraken.kronainput -o $1.kraken.kronainput.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment