cytoscape / RCy3

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

SUID is returned from Networks.R/getNetworkName() #89

Closed bdemchak closed 4 years ago

bdemchak commented 4 years ago

In Networks.R/getNetworkName(), if the SUID is a network name and is found in the list of network names, the network's SUID is returned. Should it be the network name instead?

AlexanderPico commented 4 years ago

If you mean this line: https://github.com/cytoscape/RCy3/blob/master/R/Networks.R#L117

It is returning the variable suid which in this case is the name of the network :)

bdemchak commented 4 years ago

Not an issue ... the name is returned. The confusion was with the variable name, not the value returned.