-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuild_all.sh
46 lines (45 loc) · 966 Bytes
/
build_all.sh
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
# Copy this file to the root dir and run it from a bash shell: sh test_build_all.sh
# (created from the following info)
#
# $ make list-projects
# Sample projects: template biorobots-sample cancer-biorobots-sample cancer-immune-sample
# celltypes3-sample heterogeneity-sample pred-prey-farmer virus-macrophage-sample
# worm-sample interaction-sample
#
# Sample intracellular projects: ode-energy-sample physiboss-cell-lines-sample cancer-metabolism-sample
#
make reset
make template
make
mv project template
make reset
make biorobots-sample
make
make reset
make cancer-biorobots-sample
make
make reset
make cancer-immune-sample
make
make reset
make celltypes3-sample
make
make reset
make heterogeneity-sample
make
make reset
make pred-prey-farmer
make
make reset
make virus-macrophage-sample
make
make reset
make worm-sample
make
make reset
make interaction-sample
make
make reset
make mechano-sample
make
mv project mechano