jcrozum / pystablemotifs

Python library for attractor identification and control in Boolean networks
MIT License
28 stars 7 forks source link

Move get_motif_set out of Export.py #52

Closed jcrozum closed 3 years ago

jcrozum commented 3 years ago

Currently, this is part of the Export module, but I think it should be a member function of the SuccessionDiagram class. I will implement this change while working on updating the plotting/networkx interface stuff, as it is currently integrated and my changes will break it anyway.

jcrozum commented 3 years ago

Resolved in (#53).