Skip to content

Instantly share code, notes, and snippets.

@SamStudio8
Created June 16, 2020 15:37
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 SamStudio8/3acc8e97fd7cf1a91963022d455d3aad to your computer and use it in GitHub Desktop.
Save SamStudio8/3acc8e97fd7cf1a91963022d455d3aad to your computer and use it in GitHub Desktop.
building the kraken2-microbial database
# kraken2-microbial database
## Monday 3rd September 2018
## s.nicholls.1
KDB=$1
kraken2-build --download-taxonomy --threads 24 --db $KDB
kraken2-build --download-library archaea --db $KDB
kraken2-build --download-library bacteria --db $KDB
kraken2-build --download-library fungi --db $KDB
kraken2-build --download-library protozoa --db $KDB
kraken2-build --download-library viral --db $KDB
kraken2-build --download-library UniVec_Core --db $KDB
kraken2-build --threads 24 --build --db $KDB
bracken-build -x /home/ubuntu/git/kraken2/scripts/ -t 24 -l 2500 -d $KDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment