davidhstocker / Graphyne

Graphyne is a smart graph - a property graph capable to actively reacting to changes and incorporating decision making logic, written in Python. It is designed to be easy to integrate into your Python projects, simple to use and very powerful. It uses Memetic as its graph definition and query language. It is capable of running with or without persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor getAssemblyNetworkOverview to getCluster

davidhstocker opened this issue · comments

getAssemblyNetworkOverview is unwieldy and cryptic. Refactor it to getCluster(). This should be done before the first tag is created, so that we don't have any incompatible api changes.

getAssemblyNetworkOverview() now called getClusterMembers().