You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally was trying to do entity resolution in bridgedbjs, which made the code too complex for JavaScript. Now I'm removing the entity resolution capabilities from bridgedbjs to simplify the code so we can avoid bugs like the one you found. I'd like to move the entity resolution logic somewhere else, like BridgeDb or OpenPHACTS. Here's one example of this: bridgedb/BridgeDb#34
The text was updated successfully, but these errors were encountered:
Hi @ariutta, yeah, I know this problem. I was so sure I checked the table at the bottom of the WP page too, where I thought I had seen the mappings missing too... that would mean it had nothing to do with this problem. Would it only be in the pvjs viewer, I would have realized it was just this issue, and not filed an issue and bothered you with it again... :(
@egonw, your issue from bridgedb/BridgeDb#35 is actually a problem with this JavaScript wrapper library bridgedbjs. The BridgeDb webservice is working fine:
http://webservice.bridgedb.org/Saccharomyces%20cerevisiae/xrefs/D/S000002469
I originally was trying to do entity resolution in bridgedbjs, which made the code too complex for JavaScript. Now I'm removing the entity resolution capabilities from bridgedbjs to simplify the code so we can avoid bugs like the one you found. I'd like to move the entity resolution logic somewhere else, like BridgeDb or OpenPHACTS. Here's one example of this: bridgedb/BridgeDb#34
The text was updated successfully, but these errors were encountered: