Generate MrBayes block from IQ-TREE on CIPRES #191
Replies: 3 comments 6 replies
-
|
This would be extremely helpful. Looking forward to any improvement on this. |
Beta Was this translation helpful? Give feedback.
-
|
@eosthusiast there are two answers here. The short answer is 'no', there is no way to output a MrBayes block from IQ-TREE. The slightly longer answer, and maybe more useful one, is that IQ-TREE does output something in nexus format that you could use as a good starting point: the Here's an example of the In principle (though it would take some checking, and converting file formats like this is notoriously tricky), one could borrow from the PartitionFinder code to write a translator to MrBayes. The relevant functions are:
Those functions will already do a lot of the heavy lifting in terms of figuring out what to convert to what, though it would be good to also look up if MrBayes has changed since ~2012 when I wrote them. I don't think that this will make it close to the top of our list of things to do, but it would be worth adding a feature request to the issues, and referencing this discussion item. That way it will be there when we look, and if anyone in the community wants to write a script to do it, they can use this information as a jumping off point. |
Beta Was this translation helpful? Give feedback.
-
|
We can request a new feature, that when |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there some way to generate lset and prset commands in a MrBayes data block for each partition that was generated using IQ-TREE's built-in PartionFinder3 on CIPRES? I'm basically looking for something that has the functionality of PhyloSuite or partitNex2MrBayes, both of which are still running PartitionFinder2 and are very slow off the cluster.
Specifically, I used these commands in IQ-TREE:
iqtree2 -nt 6 -bnni -s infile.txt -p partition_file.txt -st DNA -mset mrbayes -merit AICC -m MFP --sprrad 6 -B 1000This was the output in the best_scheme.nex file:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions