Hi! Thanks for this pipeline! I'm currently trying to get it to run, and mostly it seems to work, but I keep getting segfaults for sambamba sort as a part of F05_map_reads_for_blob. I have tried troubleshooting this, increasing memory and attempting to set the stack size using ulimit, though I'm unsure whether ulimit is propagating to the process on the cluster I'm using, but no luck. Any recommendations on handling this?
As a part of this I got to wondering why sambamba sort is being used. According to sambamba docs (https://github.com/biod/sambamba#introduction) samtools is faster for sorting, and sambamba seems to have seen little maintenance since august of 2023 (no closed issues, no commits to the repo since then), while samtools seems to be more actively maintained. Is there some reason in particular for using sambamba here? Would it be worth considering moving to samtools sort?
Hi! Thanks for this pipeline! I'm currently trying to get it to run, and mostly it seems to work, but I keep getting segfaults for
sambamba sortas a part ofF05_map_reads_for_blob. I have tried troubleshooting this, increasing memory and attempting to set the stack size usingulimit, though I'm unsure whetherulimitis propagating to the process on the cluster I'm using, but no luck. Any recommendations on handling this?As a part of this I got to wondering why
sambamba sortis being used. According to sambamba docs (https://github.com/biod/sambamba#introduction) samtools is faster for sorting, and sambamba seems to have seen little maintenance since august of 2023 (no closed issues, no commits to the repo since then), while samtools seems to be more actively maintained. Is there some reason in particular for using sambamba here? Would it be worth considering moving tosamtools sort?