PhysiCell-Tools / PhysiCell-Studio

PhysiCell Studio is a graphical tool to allow easy editing of a (XML) model, create initial positions of cells, run a simulation, and visualize results. To contribute, fork and make PRs to the development branch.
GNU General Public License v3.0
21 stars 13 forks source link

Added support for new PhysiBoSS state filenames #223

Closed vincent-noel closed 2 months ago

vincent-noel commented 4 months ago

As a part of the new support of MultiCellDS for PhysiBoSS state files, we changed the name of the files from state_XXXXXXXX.csv to outputXXXXXXXX_boolean_intracellular.csv. This fix checks first if the new filename exists, otherwise checks the old one, and fails if none exists. In a future release, this will all be part of pcdl data, but I wanted to have a quick (and dirty) fix first to make sure nothing is broken.

rheiland commented 4 months ago

But is this only critical when PhysiCell 1.14 is released?

vincent-noel commented 4 months ago

Yes !

rheiland commented 2 months ago

Since we're going ahead and merging changes for 1.14.0 into Studio dev branch, I'm merging this now. So please test (dev + 1.14.0) when you get a chance. Thanks!