Created
June 16, 2020 15:37
-
-
Save SamStudio8/3acc8e97fd7cf1a91963022d455d3aad to your computer and use it in GitHub Desktop.
building the kraken2-microbial database
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
# 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