Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault: 11 #41

Closed
maesaar opened this issue Jun 22, 2016 · 2 comments
Closed

Segmentation fault: 11 #41

maesaar opened this issue Jun 22, 2016 · 2 comments

Comments

@maesaar
Copy link

maesaar commented Jun 22, 2016

While using XMFA file I get message: "Segmentation fault: 11".

./ClonalFrameML mauve.guide_tree mauve_align mauve_out -xmfa_file true
ClonalFrameML v1.0-19-g9488a80
xmfa_file = true
Finished reading in control file.

Read 24 sequences of length 6594565 sites from mauve_align
Segmentation fault: 11

What does it mean?

Thanks in advance!

@xavierdidelot
Copy link
Owner

Dear mmrec,

This problem is probably caused by your tree not being exactly in the format expected by ClonalFrameML.

You should check that the headers of your xmfa file correspond exactly to the name of the genomes in the tree file. So for example if you have a genome called "1" it needs to be called exactly that in both alignment (with header lines looking like "> 1") and in the tree file.

By the way, I see you are using the mauve guide tree as input, I'm not sure this will be a good enough tree, I would recommend building a tree from the alignment using a standard phylogenetic method (eg phyml or raxml) to use as input.

Also, if there is significant variation in genomic content between your genomes, you might need to extract the core of your mauve alignment before applying CFML, unless you have already done this of course.

Best wishes,
Xavier

@tseemann
Copy link
Contributor

@xavierdidelot it would be good if you could get the input file from @mmrec and identify the source of the segmentation fault, and add a check to prevent this in future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants