jcrozum / pystablemotifs

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

Integration in the CoLoMoDo Docker #78

Closed pauleve closed 2 years ago

pauleve commented 2 years ago

Hello, Currently, the (deprecated) java implementation of StableMotifs is shipped in the CoLoMoTo Docker distribution, and I'd like to upgrade it to this new one. This requires two tasks:

I can do most of this work soon, but I'd like to have your approval and ideas first.

jcrozum commented 2 years ago

Hi Loïc! You certainly have our approval to go ahead with this. Doing the conda packaging in colomoto-conda is fine with us. Feel free to repurpose/modify any of the notebooks. The two you identified are good choices for demonstrations.

Please let us know what you need from us.

pauleve commented 2 years ago

Alright, so it looks like the next release of colomoto-docker will include pystablemotifs :-)

https://github.com/colomoto/colomoto-docker/pull/100

Here are the notebooks I put for demonstration: https://nbviewer.org/github/colomoto/colomoto-docker/tree/for-next/tutorials/pystablemotifs/ For the control tutorial, I added a small section showing how to import an arbitrary model

jcrozum commented 2 years ago

Sorry for the slow response. I looked over the notebook demonstrations, and they look good to me. Everything seems to be all set, so I'll close this issue. Thanks for adding pystablemotifs to the CoLoMoTo docker!