I am trying to construct a Bayesian analysis and phylogenetic tree using MrBayes. I have a set of 85 sequences with an alignment of about 900 bps. I am having trouble getting convergence and the analysis just keeps running. Here are my parameters. Does anyone have any ideas for different parameters that I could use to get convergence?
Other than annealing temperature (too high, in my opinion), there is nothing obviously wrong with your parameters. You have to realize that there is no set of parameters that works for all alignments. For example, here is a set of parameters that often works form me, but sometimes it does not.
You need to find best parameters for your alignment. There is a program for that - see here or ModelFinder in IQ-TREE. You can also try doing the permutations manually. For example, you do the run with options listed above. Next time change rates=invgamma to rates=gamma and so forth. Beware that it typically takes much longer to do it manually as opposed to automatic selection.
By the way, I would try temp from one of the following values [0.05, 0.075, 0.1, 0.125] as 0.25 is probably too much heating.
Thank you so much, Mensur Dlakic. I will try lowering the temp and using the model finder. I appreciate your insight!