Entering edit mode
9.6 years ago
Nico
▴
180
Hi!
I try to use DSK and dsk2ascii. I compiled with cmake and make, no error. I ran DSK with no problem:
./dsk -nb-cores 6 -file ~/workspace/Meteor/F1.fna -kmer-size 33 -max-memory 8192 -out ./test/bla
But when I try to use dsk2ascii, I have this error:
../utils/dsk2ascii -file bla.h5 -out res.txt
EXCEPTION: Type 'LargeInt<1>' has too low precision (64 bits) for the required 33 kmer size
Any idea?
I am on a debian 64bits.
Cheers,
Nico Maillet
That is working!
Thanks a lot and sorry for this bad version.
Nico