You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
I am trying to make phylogenetic tree using binary data. I tried using iqtree -s MGE_binary.txt. Please suggest.
Example Input file:
C1 C3 C5 D1
gene1 1 0 1 0
gene2 0 1 0 1
gene2 1 0 0 1
geen3 1 1 0 1
It seems, IQTREE requires PHYLIP format of binary data. For example:
4 6
S1 010101
S2 110011
S3 0--100
S4 10--10
Could you please suggest, how to prepare PHYLIP format of binary data to run IQTREE.
The text was updated successfully, but these errors were encountered: