Closed jacob-z closed 6 years ago
bug is in line 216, currently reads
if (i <= length(stateStore$manual.titles) && !is.null(stateStore$manual.titles[[i]])) {
flat.mantitles[[i]] <- stateStore$manual.titles[[idlist[[i]]]]
}
should read
if (i <= length(stateStore$manual.titles) && !is.null(stateStore$manual.titles[[idlist[[i]]]])) {
flat.mantitles[[i]] <- stateStore$manual.titles[[idlist[[i]]]]
}
Issue was an incorrect indexing (occurring twice in one line) when checking for valid manual titles to export. See PR #92
In Tree view I have a list of 14 manually annotated labels. One of these labels is "Games" and occurs at the bottom of the list. I can export the flat model, but when I load it into R I get the following list: