OmnipathR icon indicating copy to clipboard operation
OmnipathR copied to clipboard

error when run import_omnipath_annotations

Open FADHLyemen opened this issue 1 year ago • 1 comments

Hi Any help for this error image

FADHLyemen avatar Sep 23 '23 01:09 FADHLyemen

Hi,

Have you tried it more than once? The incomplete transfer error means the network transaction reached timeout or has been closed by the server prematurely. Typically this means a transient networking error, and there are good chances that a next attempt or trying from another network will be successful.

If you keep experiencing this error, first I recommend to update the package:

remotes::install_guithub('saezlab/OmnipathR')

And then post here a log trace:

library(OmnipathR
omnipath_set_console_loglevel('trace')
msigdb <- import_omnipath_annotations(resources = 'MSigDB', wide = TRUE)

deeenes avatar Sep 25 '23 12:09 deeenes