jcrozum / pystablemotifs

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

Mpbn support #64

Closed kyuhyongpark closed 3 years ago

kyuhyongpark commented 3 years ago

50

Created new condition MPBN_update for many functions

In case of MPBN_update: Time reverse stable motifs are not calculated new function finding source motifs new check for terminal reduction function creating attractor dictionary is modified

kyuhyongpark commented 3 years ago

I tried MPBN update for all codes in Example and Tutorials Folder.

TLGL_Small_analysis.py gives an error because it tries to print time reversal stable motifs, but no other errors than that.