Last active
July 16, 2023 08:05
-
-
Save kozo2/0f46fa6f8433b5141d6f6b6d3288cb23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > remove.packages("BridgeDbR") | |
| > devtools::install_github("bridgedb/bridgedb-r", subdir="BridgeDbR") | |
| > library("BridgeDbR") | |
| > mapper = loadDatabase("./metabolites_20160412.bridge") | |
| Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : | |
| org.bridgedb.IDMapperException: Could not connect to database | |
| > mapper = loadDatabase("./metabolites_20160412.bridge.zip") | |
| Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : | |
| org.bridgedb.IDMapperException: Could not connect to database |
Confirmed... this is the exception I get now, which is different from yours, but can be the reason:
> db = loadDatabase("/home/egonw/Downloads/metabolites_20160412.bridge")
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.IllegalArgumentException: No DataSource known for Cks
I'll fix this asap! https://github.com/bridgedb/bridgedb-r/issues/1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, let me check...