moni icon indicating copy to clipboard operation
moni copied to clipboard

sd_vector_builder: requested capacity is larger than vector size.

Open brunelloandrea opened this issue 8 months ago • 4 comments

Hello, unfortunately, after installing Moni with the .sh script, I am now facing another issue. When I try to execute the example code:

moni build -r data/SARS-CoV2/SARS-CoV2.1k.fa.gz -o sars-cov2 -f

I get the following error:

==== Command line: ./moni-0.2.0-Linux/bin/newscanNT.x ./SARS-CoV2.1k.fa.gz -w 10 -p 100 -f -s Windows size: 10 Stop word modulus: 100 Total input symbols: 0 Found 1 distinct words Parsing took: 0 wall clock seconds Sum of lenghts of dictionary words: 11 Total number of words: 1 Writing plain dictionary and occ file Dictionary construction took: 0 wall clock seconds Generating remapped parse file Remapping parse file took: 0 wall clock seconds ==== Elapsed time: 0 wall clock seconds malloc_count ### exiting, total: 90960, peak: 54361, current: 4096 [INFO] 14:49:21 - Message: Building the sequence index terminate called after throwing an instance of 'std::runtime_error' what(): sd_vector_builder: requested capacity is larger than vector size.

I have tried to look for it online, but unfortunately I cannot find anything.

brunelloandrea avatar Oct 30 '23 14:10 brunelloandrea