Vincent Noël

Results 8 issues of Vincent Noël

I started implementing a proper inheritance mechanism for PhysiBoSS, and I think it should become a part of the Intracellular class. The idea is to add a new method to...

This is still very preliminary, but I thought I would send a PR to start discussing it. I tried to find a way for users to avoid compilation, and to...

- Update of the libMaBoSS installation script : Using latest MaBoSS, now in the PhysiBoSS folder. - Introduced steepness : A parameter controlling the hill coefficient used in the smoothed...

The legend of the substrate was added everytime, even when the substrate plotting was disabled in the XML. This PR fixes it.

Support for exporting the list of spring attachments was lacking : here is the implementation.

This comes as an effort to make the main.cpp of PhysiBoSS (and ultimately intracellular) models standard. As of now, the only difference is that after saving the MultiCellDS data, I'm...

To make PhysiBoSS export in MultiCellDS work, we need to setup the Makefile so that ADDON_PHYSIBOSS is defined. I did it for the model I used to develop the functionality,...

I wrote a simpler version of the GitHub actions, using what's called a matrix: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs We define the list of projects to run like this: ``` projects: [ {project: "virus-macrophage-sample",...