Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt to set an attribute on NULL #95

Open
samuelbloomfield opened this issue Aug 8, 2024 · 1 comment
Open

attempt to set an attribute on NULL #95

samuelbloomfield opened this issue Aug 8, 2024 · 1 comment

Comments

@samuelbloomfield
Copy link

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
@thomasprasad
Copy link

Hi same error
Error in names(obj$ace) <- phy$node.label :
attempt to set an attribute on NULL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants