Hi,
I have a set of vcf files containing SVs and want to merge them. When I run the following command, I receive an error code 139 after a while.
graphtyper_v2.7.7 vcf_merge -v --sv --log=output/graphtyper_SV_batches_495-499.vcf_log.txt --output output/graphtyper_SV_batches_495-499.vcf.gz input/*.vcf.gz
There is no further information in the log files. Code is executed in a Ubuntu 24.04 VM/container with the following specifications:
- 8 CPU cores
- 64 GB of RAM
- 300GB SSD storage
Graphtyper version is 2.7.7 of the pre-compiled 64bit binary. Memory was at ~33% 2 minutes before the error, so I assume a "hidden" OOM is unlikely.
Help would be appreciated.
Edit:
I tryed the same with fewer samples (2 VCF files, each around 1.3 GB). Same result, but Memory consumption is similar. Is there any way of avoiding OOMs?