ggcaller terminate called after throwing an instance of 'std::out_of_range' #35
Description
Hi Sam and all,
So i tried to run ggcaller (version 1.3.6) on my institute SLURM cluster and got the following error message:
Building coloured compacted DBG...
Generating graph stop codon index...
Mapping contigs to graph...
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 431399)
/local/scratch/tmp/tmpnm3wpbd2: line 3: 2260531 Aborted ggcaller --refs scratch/genomes/input_strains.txt --annotation ultrasensitive --aligner def --alignment pan --save --out scratch/ggc_ScreenCryo --threads 16 --quiet
ERROR conda.cli.main_run:execute(125): conda run ggcaller --refs scratch/genomes/input_strains.txt --annotation ultrasensitive --aligner def --alignment pan --save --out scratch/ggc_ScreenCryo --threads 16 --quiet
failed. (See above for error)
I don't think it's a memory problem: it crashed using only 8 of the 500+G allocated ... Any idea how to fix this ?
Thanks a lot !