-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error in generate_homologs #182
Comments
Hi, I am facing the same issue, you found any solution for it? |
Hi @PpGrApee & @pushpinder-bu, To make this work, indeed the changes in PR #174 are required. The rest of the thing is a transient download failure, which is surprising bc no risky downloads are involved here. It could happen due to a temporary, maybe partial, downtime of ensembl.org, or a condition related to the local network where you run the script. First I recommend to try the download again with an empty cache, with the latest version of OmnipathR. If you still experience an error, please share the OmnipathR log:
|
Below is the log file [2025-02-25 10:14:57] [TRACE] [OmnipathR] Reading JSON from |
Thanks @pushpinder-bu, so this makes clear the error happens when
To prevent this error in the future, I'll also update the default of this option in OmnipathR to |
…curlopt_ssl_verifyhost`: set default to `2L` (see saezlab/liana#182)
Hello! WThank you for the nice package. I have problems when I use the following code.
ortholog_resource <- generate_homologs(op_resource = op_resource, target_organism =10090, columns = c("source_genesymbol", "target_genesymbol"), max_homologs = 5)
And there is the error:
One-to-many homolog matches:
Error in
mutate()
:ℹ In argument:
across(all_of(columns), ~recode.character2(.x, .missing_fun = .missing_fun))
.Caused by error in
across()
:! Can't compute column
source_genesymbol
.Caused by error in
recode.character2()
:! No replacements provided.
Run
rlang::last_trace()
to see where the error occurred.I have tried install from this PR #174, but not work.
The text was updated successfully, but these errors were encountered: