-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue accessing KEGG data #572
Comments
I also encountered this problem The following problem occurs when running the script with Rscripts:
The code that appears the problem is:
And the detail of the "DEe" is following:
It worked three weeks ago, but now it doesn't, but sometimes it does work when run alone in R cmd. Here is my R environment:
|
It is a network problem, please try again when the network speed is good. |
Here I tried, but couldn't find a solution: https://zhuanlan.zhihu.com/p/534214175
error:
SSL peer certificate or SSH remote key was not OK. The problem may be the KEGG certificate. Changing the cacheOK = TRUE parameter in utils::download.file() to False might work;
|
既然你都看到这个教程了,你可以使用options(clusterProfiler.download.method = xx)来尝试下其他下载方方法。KEGG的下载问题并不是第一次出现了,我们测试了不同method的下载速度,提供的默认方法为当时得到的最优方法。随着KEGG的更新,可能别的方法又成为最优了,因此我们才提供了options(clusterProfiler.download.method = xx)的方法来供用户进行选择。在网速很好时,所有方法都是可以跑通的。我建议你使用createKEGGdb来将其本地化。 |
I am also receiving this error when running enrichKEGG(): the warning messgae is as follows:
R 4.2.3 I also use
but the warning messages is as follows:
in additon, I also try createKEGGdb:
but the warning message is as follows:
|
@muchangqing777 It may be a new bug, we will fix it soon. |
Same problem here. |
I don't think it's clusterProfiler related, but KEGG related. It looks like it's because of the expired SSL certificate of rest.kegg.jp when I visit https://rest.kegg.jp/link/ko/pathway, I get Hopefully will be resolved soon. |
@muchangqing777 The error of createKEGGdb should be fixed now, please run again. If you still have issues, please feel free to contact me. |
I am receiving this error when running enrichKEGG(): the warning messgae is as follows: sessionInfo() Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
I am currently experiencing the same issue and receive the following error when I try to run enrichKEGG:
|
I am receiving this error when running enrichKEGG():
The code ran just fine yesterday - I noticed the issue just this morning. I have tried running the same code on two different computing environments, and I receive the same error. Below are version numbers:
The text was updated successfully, but these errors were encountered: