BCALM
BCALM copied to clipboard
std::length_error / core dump when running with example.dot file
I created the example.dot specified in the README file:
% cat example.dot
AATCGATCG 3
ATCGATCGT 33
TCGATCGTA 645
% ./bcalm input.dot
Sorting m-mer counts
11 ttggttaatt
11 gacggaacga
11 cggacgcggg
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_M_create
Aborted (core dumped)
% ls *dot
example.dot input.dot
What was input.dot ? I added an input file, tell me if it do not works properly
I think mixed up example.dot and input.dot when I cut and pasted, sorry not sure what happened!