You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the reason is because you are using CRAM files. I recently had this issue and my slurm jobs were getting killed because of memory exhaustion.
slurmstepd: error: Detected 1 oom-kill event(s) in StepId=40907031.batch cgroup. Some of your processes may have been killed by the cgroup out-of-memory handler.
I have tried with different resource options and still was getting this issue. When I switched to BAM files on the same samples that were failing, it works perfectly fine even with less resources. Hope this helps.
I'm runnning
svaba
to call somatic SV with a matched blood on 9 samples, like:However, I am seeing quite a large memory usage with
pestat
, in some cases close to 500Gb:Is this normal? According to
svaba
paper, it should use very little memory. Is there anything I can do to optimize memory usage?The text was updated successfully, but these errors were encountered: