Skip to content

ape thinks RAxML trees are rooted #45

@ArtPoon

Description

@ArtPoon
> t1 <- read.tree('RAxML_bestTree.fastTrans_9.raxml')
> is.rooted(t1)
[1] TRUE

but BioPython disagrees:

>>> from Bio import Phylo
>>> t = Phylo.read('RAxML_bestTree.fastTrans_9.raxml', 'newick')
>>> t.rooted
False

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions