Error in get_pin_file options #83
-
Dear, I'm using the tool to analyze non-human samples (Danio rerio), but when I use but the result is : how can I fix this error? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hey @adolfoisla, the default method for downloading the BioGRID PIN file was using "wget", I've updated that to be "auto" (selects a downloader based on your system) but this might actually be a proxy-related issue, do you use a proxy to connect to the internet? If so, this page might help: https://support.rstudio.com/hc/en-us/articles/200488488-Configuring-R-to-Use-an-HTTP-or-HTTPS-Proxy Please download the latest development version of pathfindR and try to see whether the fix I implemented works for you: install.packages("devtools") # if you have not installed "devtools"
devtools::install_github("egeulgen/pathfindR") |
Beta Was this translation helpful? Give feedback.
hey @adolfoisla,
the default method for downloading the BioGRID PIN file was using "wget", I've updated that to be "auto" (selects a downloader based on your system) but this might actually be a proxy-related issue, do you use a proxy to connect to the internet? If so, this page might help: https://support.rstudio.com/hc/en-us/articles/200488488-Configuring-R-to-Use-an-HTTP-or-HTTPS-Proxy
Please download the latest development version of pathfindR and try to see whether the fix I implemented works for you: