noriakis / ggkegg

Analyzing and visualizing KEGG information using the grammar of graphics
https://noriakis.github.io/software/ggkegg
MIT License
201 stars 16 forks source link

Cannot parse some pathways, bug report #30

Closed wangshiming closed 3 weeks ago

wangshiming commented 1 month ago

I encount some pathways that cannot be handled:

g <- pathway('ko00061', use_cache = TRUE) g <- pathway('ko00261', use_cache = TRUE) g <- pathway('ko00680', use_cache = TRUE)

Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match

noriakis commented 1 month ago

Hi, thanks for reporting the bugs. It seems that those pathways can be parsed in the latest version (1.1.18). It might be related to the version, and could you check the results after updating to the latest version?

wangshiming commented 4 weeks ago

Yes, the new version works. Thank you very much!