chaoszhang / ASTER

Accurate Species Tree EstimatoR series: a family of optimation algorithms for species tree inference implemented in C++ (including ASTRAL-Pro & Weighted ASTRAL)
GNU Affero General Public License v3.0
85 stars 9 forks source link

Running astral-lengthweighted #16

Closed kfpbennett closed 10 months ago

kfpbennett commented 10 months ago

I downloaded and compiled the program, but only astral, astral-pro, astral-hybrid, caster-pair, and caster-site are executable in the bin/ directory. How do I run astral-lengthweighted (I have branch lengths but no branch supports)? Thank you.

chaoszhang commented 10 months ago

The short answer is "make astral-lengthweighted". However, if applicable, I HIGHLY recommend local Bayesian support by IQTree + astral-hybrid. You can annotate a gene with 1 second using the following command: iqtree2 -s GeneAlignment.fasta/phylip -m TEST -abayes -te YourGeneTree.newick Remember to remove "/" from each annotated tree using sed.

On Mon, Sep 11, 2023 at 10:52 AM Kevin Bennett @.***> wrote:

I downloaded and compiled the program, but only astral, astral-pro, astral-hybrid, caster-pair, and caster-site are executable in the bin/ directory. How do I run astral-lengthweighted (I have branch lengths but no branch supports)? Thank you.

— Reply to this email directly, view it on GitHub https://github.com/chaoszhang/ASTER/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOCTIDWHN5VFZUFJGY5B2TXZ5FWRANCNFSM6AAAAAA4TWH35Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kfpbennett commented 10 months ago

Thanks!