Closed bschilder closed 1 year ago
Seems to be stemming from this old function that's no longer used, but downloads this file every time:
download_phenotype_to_genes
Removed to see if it helps.
Persisting, but oddly only on Linux: https://github.com/neurogenomics/HPOExplorer/actions/runs/3894012970
Acutally, seems to be related to this function, which makes repeated http requests to get data, which is quite inefficient:
get_term_definition
get_term_definition
now uses the built-in HPO metadata by default. This sidesteps the original error.
1. Bug description
Package:
HPOExplorer
Error produced when downloading medium-sized (65Mb) resource files from a remote site. Unclear why this causes an error.
error:0A000152:SSL routines::unsafe legacy renegotiation disabled
Console output
https://github.com/neurogenomics/HPOExplorer/actions/runs/3893687320/jobs/6646626855#step:4:7338