PhysiCell icon indicating copy to clipboard operation
PhysiCell copied to clipboard

PhysiCell: Scientist end users should use latest release! Developers please fork the development branch and submit PRs to the dev branch. Thanks!

Results 114 PhysiCell issues
Sort by recently updated
recently updated
newest added

Fix bug in creating legend. Nuclear coloring in the legend had swapped the roles of stroke and fill.

This extends the functionality of plotting substrate heatmaps on SVG output: * Allows for all colormaps permitted in studio for visualizing substrate concentrations * Allows for configuration of this heatmap...

Could we possibly *not* have `make reset` do a `rm *.cpp`? Just wondering what the danger is in having them? I've been bitten by this on multiple occasions. I make...

In each `Makefiel` is the following command ```bash PROJ := my_project save: echo "Saving project as $(PROJ) ... " mkdir -p ./user_projects mkdir -p ./user_projects/$(PROJ) mkdir -p ./user_projects/$(PROJ)/custom_modules mkdir -p...

the default PhysiCell output misses information to generate evolutionary lineage trees. it would be good enough when each agent saves information about: + parent agent_id + simulation time of birth...

# Bottom line Has anyone thought about passing in other files/folders at the command line rather than in the config file? I think it's going to be useful enough for...

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.