BCALM icon indicating copy to clipboard operation
BCALM copied to clipboard

std::length_error / core dump when running with example.dot file

Open tseemann opened this issue 9 years ago • 2 comments

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

tseemann avatar Jun 04 '15 03:06 tseemann

What was input.dot ? I added an input file, tell me if it do not works properly

Malfoy avatar Jun 04 '15 08:06 Malfoy

I think mixed up example.dot and input.dot when I cut and pasted, sorry not sure what happened!

tseemann avatar Jun 07 '15 02:06 tseemann