Open pgrzesik opened 3 years ago
Is 8GB capped standard still too large? https://benlangmead.github.io/aws-indexes/k2 Have you tried building only one db (for example viral)? Do downloaded sequences in $DBNAME/library/*/library.fna look ok?
Hello @mihkelvaher, thanks for responding. Unfortunatelly, it's a bit too large, I'm trying to run kraken2
on Jetson Xavier NX and Jetson Nano, which have 8 and 4 GBs of memory, respectively. I've tried building database with only one library, but it seems like the hash.k2d
is just never populated, it always stays the same (empty), even if sequences are processed (seemingly) correctly.
Downloaded sequences look okay as well
Hi there,
I believe I am having the same issue.
I have built the GTDB database but the output hash.k2d is incorrect. As per @pgrzesik post, when I inspect I get almost the same output as shown above. Also the database takes 5 minutes to build. But size and memory is not an issue for me.
I do not get any error when building either. Any help is greatly appreciated. Thanks
Hey @PeterCx :wave: I've managed to bypass the issue by not running masking during library downloads. You might want to try downloading the libraries with --no-masking
flag and optionally running masking separately.
Hi. I'm running Kraken 2.1.2 and am having the same issue. Specifically, if I run:
kraken2-build --download-library viral --db viral
The resulting library.fna.masked
file is empty while library.fna
is 451 MB in size. So, it appears the masking has silently failed and produced and empty file.
Hello,
thank you for all your work on
kraken2
:bow:Kraken version:
2.1.1
I'm currently struggling with an issue where the output database from
kraken2-build
is very small and the database seems to be empty -hash.k2d
has only ~ 47.2 KB. I was following the WIKI instructions https://github.com/DerrickWood/kraken2/wiki/Manual while trying to troubleshoot but no luck so far, here are the specific commands that I'm usingUnfortunatelly, the resulting database seems to be empty/incorrect, here's the output from
kraken2-inspect --db $DBNAME
There were no errors during the process and I'm confused as to what might be the cause of it.
My ultimate goal here is to build two smaller databases with
max-db-size 6000000000
andmax-db-size 2000000000
but due to the above issues, I'm not able to complete it.Does anyone have an idea what might be causing it or maybe had successfully prebuilt such smaller databases previously and could share them? (original Kraken had 4GB version of the database, Kraken 2 does not :()