Hi,
thank you for the tool. Whilst trying to get FREEC to run for tumor-only somatic WES data, I've been encountering the error
terminate called after throwing an instance of 'std::length_error'
what(): cannot create std::vector larger than max_size()
which seems to happen after or during the annotate copy numbers step. I have the individual chromosome FASTA files (chrFiles) that I pass to FREEC, the chrLenFile, as well as specifying the target/capture regions from a provided .bed file. I have tried sorting the .bed file to see if that's an issue, but I run into the same problem. The FREEC process usually exits with error code 70 or 96 i.e. <script_path>: 96 Aborted (core dumped) freec -conf config.txt, which then kills the (slurm) job via 134 (SIGABRT). I've tried adjusting the memory and CPU parameters in case that might be causing issues but nothing there either.
Are there things that I could investigate on what might be causing the issue?
Thanks.