ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

@context is lost either in loading of CX into NiceCXNetwork or during save to NDEx server #88

Closed coleslaw481 closed 2 years ago

coleslaw481 commented 2 years ago

If one uses the Python client to create NiceCXNetwork object and then save that network to NDEx via client.save_new_cx2_network() the resulting network is missing @context data.

This was noticed while uploading CX and then downloading CX2 of networks from NDEx server.

First step is to investigate this further to see if it is an issue with NiceCXNetwork, the client code, or NDEx server

coleslaw481 commented 2 years ago

Code now converts @context aspect into network attribute when CX is loaded Fixed in commit: To github.com:ndexbio/ndex2-client.git d0d90e2..3f62959 v3.5.0 -> v3.5.0