Skip to content

Commit

Permalink
add immune_test_2024 to Makefiles as immune-function-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
drbergman committed Oct 28, 2024
1 parent a37ee57 commit 7bf8434
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ list-projects:
@echo "Sample projects: template biorobots-sample cancer-biorobots-sample cancer-immune-sample"
@echo " celltypes3-sample heterogeneity-sample pred-prey-farmer virus-macrophage-sample"
@echo " worm-sample interaction-sample mechano-sample rules-sample physimess-sample custom-division-sample"
@echo " asymmetric-division-sample"
@echo " asymmetric-division-sample immune-function-sample"
@echo ""
@echo "Sample intracellular projects: template_BM ode-energy-sample physiboss-cell-lines-sample"
@echo " cancer-metabolism-sample physiboss-tutorial physiboss-tutorial-invasion"
Expand Down Expand Up @@ -216,6 +216,15 @@ asymmetric-division-sample:
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp -r ./sample_projects/asymmetric_division/config/* ./config/

immune-function-sample:
cp -r ./sample_projects/immune_function/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects/immune_function/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects/immune_function/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp -r ./sample_projects/immune_function/config/* ./config/

# ---- intracellular projects
ode-energy-sample:
cp ./sample_projects_intracellular/ode/ode_energy/custom_modules/* ./custom_modules/
Expand Down
11 changes: 10 additions & 1 deletion sample_projects/Makefile-default
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ list-projects:
@echo "Sample projects: template biorobots-sample cancer-biorobots-sample cancer-immune-sample"
@echo " celltypes3-sample heterogeneity-sample pred-prey-farmer virus-macrophage-sample"
@echo " worm-sample interaction-sample mechano-sample rules-sample physimess-sample custom-division-sample"
@echo " asymmetric-division-sample"
@echo " asymmetric-division-sample immune-function-sample"
@echo ""
@echo "Sample intracellular projects: template_BM ode-energy-sample physiboss-cell-lines-sample"
@echo " cancer-metabolism-sample physiboss-tutorial physiboss-tutorial-invasion"
Expand Down Expand Up @@ -216,6 +216,15 @@ asymmetric-division-sample:
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp -r ./sample_projects/asymmetric_division/config/* ./config/

immune-function-sample:
cp -r ./sample_projects/immune_function/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects/immune_function/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects/immune_function/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp -r ./sample_projects/immune_function/config/* ./config/

# ---- intracellular projects
ode-energy-sample:
cp ./sample_projects_intracellular/ode/ode_energy/custom_modules/* ./custom_modules/
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tumor cell,apoptotic,increases,apoptotic debris secretion,1,0.5,10,1
tumor cell,necrotic,increases,necrotic debris secretion,1,0.5,10,1
// tumor cell,doxorubicin,increases,damage rate,1,0.5,4,0
tumor cell,time,decreases,damage repair rate,0,15,10,0
fast T cell,damage delivered,increases,transformation to exhausted T cell,...
fast T cell,damage delivered,increases,transform to exhausted T cell,0.01,30.0,8,0
File renamed without changes.
Empty file.

0 comments on commit 7bf8434

Please sign in to comment.