Open bunop opened 1 year ago
I have actually never seen this behavior before and cannot replicate it on my test datasets. I'm wondering if it might depend on the dataset being used. If you are comfortable sharing the dataset you are running (vik_sheeps.treemix.frq.fix.nomiss.gz) with me, that might shed some light on the issue. Sorry I can't be of more help. Do you only notice this issue when using the " --continue_samples" option, or do you notice it other times as well? Similarly, do you notice it if you set "--bootstrap_blocksize 1000" or only when you use "--bootstrap_blocksize 500"?
Thank you for your reply. Regarding your questions: we encountered this behavior with --continue_samples
. Ideally, we made a simulation like you did in your article. We started three chains from scratch, then we continued these chains with no problems and after, when we tried to continue the chains again, we faced this problem on chain 1 and 3. We also think that could be related to our data and that this problem could occur sometimes. For example, we have resubmitted chain 1 and 3 (same parameters) and now 3 has been completed while 1 not. We have not tried with a different bootstrap block size. For sharing data, I need to ask for the permission to my colleagues.
By the way, I'm testing the chain1 with more threads (16) and with the latest version of your code and it is still running. I'm also testing your admixturebayes/findOptimalTemps.py
script on the same dataset: is not clear to me when this script will finish, however I see in the meantime that it suggests to me temperatures in which I see mixing rates between chains higher than the ones I saw in our previous simulations, for example we have: MCMCMC chain swap rates: ['0.0%', '0.0%', '0.0%', '0.0%', '0.0%', '0.0%', '0.0%']
after completing one chain in a previous run.
Is this a signal that we are far away from convergence and that we have to consider temperatures in our simulations? could this SVD convergence problem arise from the fact that there are no swaps between chains?
Thanks again for your help
Yes, this is a sign that there are no swaps between the chains, which is a little concerning, although I don't know how that could affect the SVD convergence. Of course I understand that you would need to check in with colleagues before sharing data, but it is hard for me to figure out what could be going wrong if I can't replicate this error myself.
dear @avaughn271,
we are running
AdmixtureBayes
on 3 different chains starting from a previous simulation with a command line like this:but 2 of 3 simulations failed with the following errors:
This affects only one of the eight subprocess of the simulation we launched, however all the other subprocess block their execution and no more results are produced.
Is this a known behavior? does it depend on our data or our starting conditions? I see also we are not running your latest version; we are currently using a540033 . Is this problem addressed in a new
AdmixtureBayes
release?here is the conda-environment we are using.
Thank you in advance for your help