cytoscape / RCy3

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

ungroupAnnotation cleanup #176

Closed bdemchak closed 2 years ago

bdemchak commented 2 years ago

The groupAnnotation function allows the names parameter to be either a list or a comma-separated string. Should upgroupAnnotation (and deleteAnnotation) allow the same?

AlexanderPico commented 2 years ago

Sure, why not. Current code supports lists for all three.

bdemchak commented 2 years ago

py4cytoscape now allows lists in delete_annotation and ungroup_annotation