noriakis / ggkegg

Analyzing and visualizing KEGG information using the grammar of graphics

Home Page:https://noriakis.github.io/software/ggkegg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overlay_raw_map must download png

hanguojun007 opened this issue · comments

when i use overlay_raw_map(directory = kegg_map_path, use_cache = FALSE) , it always download png ,even if i have downlaod this png.

Thank you very much for reporting this bug. As you stated, the overlay_raw_map did not use directory option (download the file irrespective of the option). I have now fixed the error and updated the version. Also, the overlay_raw_map now raises the error if the file does not exist in the directory. Please update the version by devtools::install_github("noriakis/ggkegg") if you are to use the new version.

Thanks again for reporting!

1cc92ed

Closing but feel free to reopen if the problem persists.