-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathM1_yeast_Ang180_mdxx.cym
More file actions
254 lines (199 loc) · 5.37 KB
/
Copy pathM1_yeast_Ang180_mdxx.cym
File metadata and controls
254 lines (199 loc) · 5.37 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
% Neha Khetan, Athale Lab
% 2020 - 2021 : Budding cell
% Geomtery of cell: file in the path: ./input/CellCoors.out
% Geometry of spindle: elliposidal and dumbell
% Models for dynein localization:
% 1. uniform arc: "yeast_bud_mdX.cym"
% 2. offloading: Offloading_1 => same mt on both spbs
% 3. offloading: _2 => off-loading only at the bud-cortex
% 4. => Create MT asymmetry: microtubule1 and microtubule2 : in this file.
% CYTOSIM PI version ed5c1f1
% =============================================================
set simul INVIVO
{
time_step = 0.001
steric = 1, 100
viscosity = 0.5
tolerance = 0.01
kT = 0.0042
}
set space cell
{
shape = polygon
display = ( visible=1; style = 3)
}
new cell
{
file = ./input/cellCoors.out
}
set fiber microtubule1
{
rigidity = 20
segmentation = 0.5
confine = 1 , 500 , cell
min_length = 0.5
activity = classic
% first column if for PLUS end; second one for MINUS end
growing_speed = 0.03 %, 0
shrinking_speed = -0.05 %, 0
catastrophe_rate = 0.023 , 1 %, 0
%catastrophe_rate_stalled = 0.04 %, 0
rescue_rate = 0.03 %, 0
growing_force = 1.67%, 1.67
steric = 1, 0.05
%display = ( plus_end=6, 2; )
persistent = 1
}
set fiber microtubule2
{
rigidity = 20
segmentation = 0.5
confine = 1 , 500 , cell
min_length = 0.5
activity = classic
% first column if for PLUS end; second one for MINUS end
growing_speed = 0.03 %, 0
shrinking_speed = -0.05 %, 0
catastrophe_rate = 0.023 , 1 %, 0
%catastrophe_rate_stalled = 0.04 %, 0
rescue_rate = 0.03 %, 0
growing_force = 1.67%, 1.67
steric = 1, 0.05
%display = ( plus_end=6, 2; )
persistent = 1
}
set hand nucleator1
{
unbinding_rate = 0
unbinding_force = Inf
activity = nucleate
nucleate = 10, microtubule1, ( fiber_length= 0.5 ; plus_end = grow; )
display = ( size=4; color= grey; )
}
set hand nucleator2
{
unbinding_rate = 0
unbinding_force = Inf
activity = nucleate
nucleate = 10, microtubule2, ( fiber_length= 1.0 ; plus_end = grow ;)
display = ( size=4; color= orange; )
}
set single spindleNucleator1
{
hand = nucleator1
stiffness = 1000
}
set single spindleNucleator2
{
hand = nucleator2
stiffness = 1000
}
set solid spindle
{
confine = 4 , 10000, cell
steric = 1
}
new 1 solid spindle
{
nb_points = 13
point1 = -0.85 0 0 , 0 , spindleNucleator1
point2 = 0.85 0 0 , 0 , spindleNucleator2
point10 = -0.6 0 0,0.0
point11 = -0.45 0 0,0.4
point3 = -0.3 0 0,0.52
point4 = -0.15 0 0,0.58
point5 = 0.0 0 0,0.6
point6 = 0.15 0 0,0.58
point7 = 0.3 0 0,0.52
point8 = 0.45 0 0,0.4
point9 = 0.6 0 0,0.0
point12 = 0.85 0.01 0 , 0 , spindleNucleator2
point13 = -0.85 0.01 0 , 0 , spindleNucleator1
position = 1 0 0 %at 0.1 0
orientation = 1 0 0 %Places the solid in absolute space
}
%% ==========================================
set hand binder
{
binding = 0, 0
unbinding = 0, Inf
display = ( size =0.18 ; color = white;)
}
set single grafted
{
hand = binder
stiffness = 200
activity = fixed
}
new 5000 grafted
{
position = surface % gradient 3 5
}
%% =========================================
set hand dynein
{
binding_rate = 5
binding_range = 0.075
unbinding_rate = 0.04
unbinding_force = 3
activity = move
unloaded_speed = -0.08
stall_force = 4.8
display = ( size = 25 ; color = red ;)
}
set single graftedDyn
{
hand = dynein
stiffness = 200
activity = fixed
}
% Dynein
new 1 graftedDyn (3.25 -1.7)
new 1 graftedDyn (3.40 -1.69)
new 1 graftedDyn (3.51 -1.68)
new 1 graftedDyn (3.64 -1.66)
new 1 graftedDyn (3.77 -1.62)
new 1 graftedDyn (3.89 -1.58)
new 1 graftedDyn (4.01 -1.53)
new 1 graftedDyn (4.12 -1.47)
new 1 graftedDyn (4.24 -1.4)
new 1 graftedDyn (4.30 -1.33)
new 1 graftedDyn (4.44 -1.25)
new 1 graftedDyn (4.53 -1.16)
new 1 graftedDyn (4.62 -1.06)
new 1 graftedDyn (4.68 -0.96)
new 1 graftedDyn (4.75 -0.85)
new 1 graftedDyn (4.80 -0.74)
new 1 graftedDyn (4.88 -0.62)
new 1 graftedDyn (4.92 -0.5)
new 1 graftedDyn (4.94 -0.38)
new 1 graftedDyn (4.98 -0.25)
new 1 graftedDyn (5.0 -0.10)
new 1 graftedDyn (5.0 0.0)
new 1 graftedDyn (5.0 0.10)
new 1 graftedDyn (4.98 0.25)
new 1 graftedDyn (4.94 0.38)
new 1 graftedDyn (4.92 0.5)
new 1 graftedDyn (4.88 0.61)
new 1 graftedDyn (4.83 0.74)
new 1 graftedDyn (4.75 0.85)
new 1 graftedDyn (4.7 0.96)
new 1 graftedDyn (4.60 1.06)
new 1 graftedDyn (4.53 1.16)
new 1 graftedDyn (4.40 1.25)
new 1 graftedDyn (4.30 1.33)
new 1 graftedDyn (4.24 1.4)
new 1 graftedDyn (4.12 1.47)
new 1 graftedDyn (4.01 1.53)
new 1 graftedDyn (3.89 1.58)
new 1 graftedDyn (3.77 1.62)
new 1 graftedDyn (3.62 1.66)
new 1 graftedDyn (3.51 1.68)
new 1 graftedDyn (3.41 1.69)
new 1 graftedDyn (3.25 1.7)
%% ==========================================
run simul *
{
nb_steps = 1200000
nb_frames = 1200
}