hogwash icon indicating copy to clipboard operation
hogwash copied to clipboard

attempt to set an attribute on NULL

Open samuelbloomfield opened this issue 1 year ago • 1 comments

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

samuelbloomfield avatar Aug 08 '24 17:08 samuelbloomfield

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

thomasprasad avatar Aug 31 '24 11:08 thomasprasad