forked from drbergman/PhysiPKPD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile-PhysiPKPD_Addendum.txt
54 lines (49 loc) · 2.54 KB
/
Makefile-PhysiPKPD_Addendum.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# PhysiPKPD examples
moa_proliferation:
cp ./sample_projects_physipkpd/moa_proliferation/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/moa_proliferation/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/moa_proliferation/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/moa_proliferation/config/* ./config/
moa_apoptosis:
cp ./sample_projects_physipkpd/moa_apoptosis/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/moa_apoptosis/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/moa_apoptosis/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/moa_apoptosis/config/* ./config/
moa_necrosis:
cp ./sample_projects_physipkpd/moa_necrosis/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/moa_necrosis/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/moa_necrosis/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/moa_necrosis/config/* ./config/
moa_motility:
cp ./sample_projects_physipkpd/moa_motility/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/moa_motility/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/moa_motility/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/moa_motility/config/* ./config/
combo:
cp ./sample_projects_physipkpd/combo/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/combo/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/combo/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/combo/config/* ./config/
template_pkpd:
cp ./sample_projects_physipkpd/template_pkpd/custom_modules/* ./custom_modules/
touch main.cpp && cp main.cpp main-backup.cpp
cp ./sample_projects_physipkpd/template_pkpd/main.cpp ./main.cpp
cp Makefile Makefile-backup
cp ./sample_projects_physipkpd/template_pkpd/Makefile .
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
cp ./sample_projects_physipkpd/template_pkpd/config/* ./config/