You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: