Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what(): 'database_1917': File truncated #569

Closed
jhcuarta opened this issue Feb 20, 2022 · 1 comment
Closed

what(): 'database_1917': File truncated #569

jhcuarta opened this issue Feb 20, 2022 · 1 comment

Comments

@jhcuarta
Copy link

Hi
I'm having the following issue using kraken

terminate called after throwing an instance of 'jellyfish::compacted_hash::ErrorReading'
what(): 'database_1917': File truncated
/home/jason/Documents/kraken-master/build_kraken_db.sh: line 96: 1497144 Aborted (core dumped) jellyfish merge -o database.jdb.tmp database_*

Although I modified build_kraken_db.sh script line 82, by adding an -s 10000000 tag to overcome line's 87 mv error: argument list too long
jellyfish count -m $KRAKEN_KMER_LEN -s $KRAKEN_HASH_SIZE -C -t $KRAKEN_THREAD_CT
-o database /dev/fd/0 -s 10000000

DerrickWood/kraken#153 (comment)

@jenniferlu717
Copy link
Collaborator

This is a kraken1 issue and unfortunately, we no longer support kraken 1. Kraken2 does not use jellyfish for kmer counting.

This could be an issue caused by updates in jellyfish that we did not account for in the kraken code as we stopped updating kraken 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants