Closed Dalhte closed 4 weeks ago
Hello, This is a networking issue, the "downloaded 2 records" suggests accessing NCBI Homologene failed. The corrupted file in the cache blocks the attempt for a new download, hence it has to be removed. One option is to remove it by hand, based on the log:
library(OmnipathR)
omnipath_set_console_loglevel('trace')
h <- homologene_raw()
# remove corrupted cache content, e.g.
# rm ~/.cache/OmnipathR/17adac3f05a1830fa9196b2637fd2121a4742cbb-1.rds
omnipath_cache_clean_db()
# attempt new download
h <- homologene_raw()
Or wipe the cache completely:
library(OmnipathR)
omnipath_cache_wipe()
If it keeps failing, please share the log (find it by omnipath_logfile()
).
Thx a lot ! it's working :)))
Best David
Hello there I have a problem with the generate_homologs function :
Suspecting a incompatibility problem, I tried to modify the function by forcing dplyr::filtr but to no end Best David