MuSE sump: Segmentation fault (core dumped)
0
0
Entering edit mode
7 weeks ago
Marie • 0

Hi all,

I'm running MuSE within a Snakemake pipeline. The MuSE call step completed successfully, but the subsequent MuSE sump step fails with the following error:

Segmentation fault (core dumped)

To debug, I have already

  • Verified that the input file exists and is correctly formatted.
  • Reduced the number of cores to 1 (using -n 1).
  • Ensured that the MuSE call step generated a valid output.

Here’s the command used in my Snakemake rule:

MuSE sump -I {input} -O {output.vcf} -E -n {threads} 2>> {log}

Has anyone encountered this issue before or found a possible solution? Any help would be appreciated!

error MuSE core somatic sump dump • 242 views
ADD COMMENT
0
Entering edit mode

Segmentation faults generally suggest memory limit-related issues. Can you share the log entries for MuSE sump?

Also, you can increase the memory for the process and re-run the pipeline.

ADD REPLY

Login before adding your answer.

Traffic: 1797 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6