Created
July 15, 2021 14:34
-
-
Save kevin3/d9ec3169f3a8e1c4fe25d682483a3fca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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