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
I have been trying to get hogwash v1.2.6 to run using R v4.1.2. However when I run hogwash on the example dataset I get the following error
phenotype <- hogwash::growth
genotype <- hogwash::snp_genotype
tree <- hogwash::tree
hogwash(pheno = phenotype,
geno = genotype,
tree = tree)
Error in names(obj$ace) <- phy$node.label :
attempt to set an attribute on NULL
The text was updated successfully, but these errors were encountered:
I have been trying to get hogwash v1.2.6 to run using R v4.1.2. However when I run hogwash on the example dataset I get the following error
The text was updated successfully, but these errors were encountered: