cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
48 stars 20 forks source link

updateAnnotationImage cleanup #178

Closed bdemchak closed 2 years ago

bdemchak commented 2 years ago

When url is passed in as null, what will the command string become?

It looks like creating the url= CyREST parameter could be an execution error or url='', either of which doesn't look right.

Is this an error?

AlexanderPico commented 2 years ago

If null, then the url= param is not inserted into the command string at all. This way you can update the x.pos, for example, providing the uuid and not specify anything about the original url.

It works. I just tried it.