GangLiLab / genekitr

🧬 Gene analysis toolkit based on R
https://www.genekitr.fun
GNU General Public License v3.0
53 stars 7 forks source link

Could not resolve host: genekitr-china.oss-accelerate.aliyuncs.com #27

Closed chenyangjjj closed 8 months ago

chenyangjjj commented 8 months ago

Hi reedliu,

I was running the example code, and got the error, "Could not resolve host: genekitr-china.oss-accelerate.aliyuncs.com". It seems like a host issue and data access issue. I am in Europe.

data(geneList, package = "genekitr")
entrez_id <- names(geneList)[abs(geneList) > 2]
head(entrez_id, 5)
hg_gs <- geneset::getGO(org = "human",ont = "mf")

Best, Chen

reedliu commented 8 months ago

Hi, could you first try to download the file via the following link: https://genekitr-china.oss-accelerate.aliyuncs.com/anno/go/mf/human_mf_geneset.fst to check if you can access the data?

reedliu commented 8 months ago

I have tested the host and it appears to be normal. If you have any further questions, feel free to contact me. image

chenyangjjj commented 8 months ago

Hi, It works well now. Looks like a local network issue. Thanks and nice package!

chenyangjjj commented 8 months ago

Hi, It works well now. Looks like a local net issue. Thanks!