load_pangenomeRDS() expects an attribute named parent_package, which may be missing in older objects. Pagoo should be capable to dealing with these cases going backwards and loading a simple pagoo, OR/AND giving the user the ability to supply the package at load: x <- load_pangenomeRDS("pangenome.rds", pkg = "pewit")
load_pangenomeRDS()
expects an attribute namedparent_package
, which may be missing in older objects. Pagoo should be capable to dealing with these cases going backwards and loading a simplepagoo
, OR/AND giving the user the ability to supply the package at load:x <- load_pangenomeRDS("pangenome.rds", pkg = "pewit")