Replies: 1 comment
-
Update the ENRICHR_URL will fix this. from gseapy.enrichr import Enrichr
er = Enrichr(..., organism="human", ....)
er.ENRICHR_URL = "https://maayanlab.cloud/"
## get full list of libraries
library_names = er.get_libraries()
## run the analysis
er.run() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed in a notebook at AWS Sagemaker. But it seems like the gseapy can not access to enrichr cloud from AWS. a simple excecution of gp.get_library_name() return error: ConnectTimeout: HTTPConnectionPool(host='maayanlab.cloud', port=80): Max retries exceeded with url: /Enrichr/datasetStatistics. Appreciate any feedback on the issue!
Beta Was this translation helpful? Give feedback.
All reactions