Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hierarchical XML config files #173

Open
rheiland opened this issue Jul 25, 2023 · 0 comments
Open

hierarchical XML config files #173

rheiland opened this issue Jul 25, 2023 · 0 comments

Comments

@rheiland
Copy link
Collaborator

A reminder that we still have some hierarchical config files, rather than the "flattened" syntax that the Studio requires. At least these, it seems:

~/dev/PhysiCell_v1.12.0/sample_projects$ grep parent */config/*.xml
cancer_immune/config/PhysiCell_settings.xml:		<cell_definition name="immune cell" ID="1" parent_type="cancer cell">
celltypes3/config/PhysiCell_settings.xml:		<cell_definition name="A" ID="1" parent_type="default">
celltypes3/config/PhysiCell_settings.xml:		<cell_definition name="B" ID="2" parent_type="default">
celltypes3/config/PhysiCell_settings.xml:		<cell_definition name="C" ID="3" parent_type="default">
pred_prey_farmer/config/PhysiCell_settings.xml:		<cell_definition name="prey" ID="1" parent_type="farmer">
pred_prey_farmer/config/PhysiCell_settings.xml:		<cell_definition name="predator" ID="2" parent_type="farmer">
virus_macrophage/config/PhysiCell_settings.xml:		<cell_definition name="macrophage" parent_type="epithelial cell" ID="1">

The Studio's /config dir has flattened versions, but we should verify they reproduce the same results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant