Replies: 10 comments 2 replies
|
This might not be easy to solve, unfortunately... I'm not quite sure why your Your Here, it really is the |
|
I'll try and look into this on Thursday. |
|
Thanks so much for your feedback and for checking this! |
|
Sorry to bother, @bredelings but did you had time to look into this issue? Thanks a lot! |
|
I made a bit of progress in my aim to jump among species partitions after coming across issue #533. I create a species tree per species partition (lines 127-140 in the attached script) and then select one of them by an indicator variable with a user defined function. This runs and jumps among three species partitions. Awesome! However, this only works when I initialize the model_indicator with the 3rd species partition I also encounter a core dump with my 4th species partition no matter with which partition I initialize. You can replicate this by changing in line 18 from 3 to 4 Any idea what is causing the core dumps or how I can find out? As always, |
|
Using the debug mode However, I still get a core dump due to a segmentation fault. Unfortunately, there is no specific error message printed on screen. The data and script are attached. The script is a modification of the one from the previous post and allows easier selection of the species partitions by changing the order and adding/removing numbers in order_species_partitions. As always, any input is highly appreciated! |
|
I'll take a look at this tomorrow. |
|
I made the coalescent code a bit more robust, and now it returns this error: |
|
@bredelings suggested in #721 to check my coalescent script for bugs:
I created a very simple script where we jump among three phylogenies with different sets of taxa. There is no coalescence process involved because we have one DNA alignment for each of these species partitions. The script works when I initialize with the first set of species and the model indicator jumps from 1->2->3. However, when I initialize with Interestingly, when running under prior with I used the refactor-phyloctmc-caching branch #729, which should include all previous fixes for reversible jump. Thanks for any input! |
|
To explore further why we can jump among trees when ignoring the DNA sequence data, I experimented with a single continuous trait instead of the DNA alignment. When initializing with Using 2 or 3 as initial_partition results again in a segmentation fault. |


Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to use reversible jump MCMC to switch between species partitions in an multispecies
MultispeciesCoalescent.zip
coalescent model.
The idea is similar to the program bpp and the STACEY module of BEAST: We have a species tree in which the gene trees are embedded and jump among species trees where nodes are collapsed, and thus the number of species varies. This helps with species delimitation where collapsed species are probably no good species.
Unfortunately, I cannot get any of the two reversible jump approaches from the script Model averaging of substitution models tutorial working.
The attached zip file contains scripts for three multispecies coalescent analyses.
Any idea on how to implement reversible jump moves in the context of multispecies coalescent will be highly appreciated!
Thanks,
Torsten
All reactions