limit for data storage explained in tutorial
[django_unres.git] / django_simple / todo / templates / tutorial.html
1 {% extends "base.html" %}
2
3 {% load i18n lazysignup_tags %}
4 {% block content %}
5
6 <h4>
7 In order to submit a job you need to provide its name:</h4>
8 <p>
9 <img src="static/name.png" style="border:2px solid blueviolet">
10 <p>
11 The following three types of simulations can be run with the UNRES server: 
12 local minimization, molecular dynamics and replica exchange molecular dynamics:
13 <p>
14 <img src="static/types.png" style="border:2px solid blueviolet">
15 <p>
16 Use the "Save & submit" button to start calculations.
17 <img src="static/submit.png" style="border:2px solid blueviolet">
18 <p>
19 Use the "Refresh" button to check the status of a simulation:
20 <p>
21 <img src="static/refresh.png" style="border:2px solid blueviolet">
22 <p>
23 until
24 <img src="static/done.png" style="border:2px solid blueviolet">
25 <p>
26 After the server job has been submitted the "waiting in the queue to
27 start" message will be displayed in the status field, which will subsequently change
28 to "running",  "postprocessing", and "done". While the job has the "running" 
29 status, the percentage of job accomplishment is displayed.
30 It should be noted that the "100%" accomplishment refers to the production
31 phase of a job, after which the postprocessing phase is triggered which also takes
32 some time (up to several minutes when making a movie from an MD trajectory is 
33 requested) and whose progress is not monitored. The page is autorefreshed every 30 sec.
34 <p>
35 Any single job can by accessed later (for at least 14 days) using the address of the web page
36 displayed after job submission: e.g. 
37 http://unres-server.chem.ug.edu.pl/details1/570cf15fc638493893ece1f011ea0182/984/
38 <br>
39 Registered users can save all their jobs and access them later after logging in.
40 Note that the results will be available for a limited period of time,
41 depending on the storage space availability (at least 30 days).
42
43
44 <p>
45 <h4>You can use "Load example data" button before submitting calculations 
46 to try examples listed below:</h4>
47 <p>
48 <ol>
49 <h4><li>Local minimization of protein A (PDB code:1BDD) structure</h4>
50 <div>
51     <fieldset class="majorpoints">
52         <legend class="majorpointslegend"
53             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
54     
55     <div class="hiders" style="display:none" >
56 <p>
57 In this example only the PDB code of the selected protein (1BDD) is input.
58 <p>
59 <img src="static/min.png" style="border:2px solid blueviolet">
60
61
62 After energy minimization is accomplished, the UNRES model of the protein, 
63 its total UNRES energy and superposition on starting structure are displayed.
64 The interactive <a href="https://github.com/arose/ngl">NGL Viewer</a> is employed, which enables the users to manipulate the structure.
65 <p>
66 <a href="static/min1.png"><img src="static/min1.png" width="300px"></a>
67 <a href="static/min2.png"><img src="static/min2.png" width="300px"></a>
68 <p>
69 All files generated during calculations 
70 can be viewed/download by clicking on the "Directory" link.
71 </div>
72 </div>
73
74 <h4><li>Molecular dynamics of IGG-binding domain from streptococcal protein G
75 (PDB code:1IGD) starting from the experimental structure</h4>
76 <div>
77     <fieldset class="majorpoints">
78         <legend class="majorpointslegend"
79             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
80     
81     <div class="hiders" style="display:none" >
82
83 <p>
84 <img src="static/md.png" style="border:2px solid blueviolet">
85 <p>
86 After the MD simulation is accomplished temperature histogram, 
87 plots of UNRES energy, RMSD from the experimental structure, fraction of native
88 contacts, and radius of gyration vs. time, a movie of the trajectory, and 
89 CA-atom fluctuations are displayed.
90 <p>
91 <a href="static/md1.png"><img src="static/md1.png" width="300px"></a>
92 <a href="static/md2.png"><img src="static/md2.png" width="300px"></a>
93 <a href="static/md3.png"><img src="static/md3.png" width="300px"></a>
94 <a href="static/md4.png"><img src="static/md4.png" width="300px"></a>
95 <a href="static/md5.png"><img src="static/md5.png" width="300px"></a>
96 <a href="static/md6.png"><img src="static/md6.png" width="300px"></a>
97 <a href="static/md7.png"><img src="static/md7.png" width="300px"></a>
98 <a href="static/md8.png"><img src="static/md8.png" width="300px"></a>
99 <p>
100 Evolution of RMSD, fraction of native contacts and 
101 comparison of CA fluctuations to Bfactor is presented
102 only when the reference structure is provided, as in this example.
103 </div>
104 </div>
105 <h4><li>
106 Replica exchange molecular dynamics of the Trp-Cage miniprotein (PDB
107 code:1L2Y) starting from the extended chain </h4>  
108 <div>
109     <fieldset class="majorpoints">
110         <legend class="majorpointslegend"
111             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
112     
113     <div class="hiders" style="display:none" >
114 <img src="static/remd.png" style="border:2px solid blueviolet">
115 <p>
116 <p>
117 After a (M)REMD run is accomplished, a table showing replica-exchange statistics
118 (a), plots of histograms of UNRES energy for each temperature (b), a plot of
119 energy vs. temperature (c), a temperature-colored scatter plot of energy vs. RMSD
120 (d), and the temperature-colored cumulative plot of rmsd vs. step number for all replicas
121 (e), and a cumulative plot of walk of the replicas in temperature space (f) are
122 displayed. The colors corresponding to replica temperatures are shown in panel (c),
123 while different replicas are colored from black to yellow in panel (f).
124 <p>
125 <a href="static/remd1.png"><img src="static/remd1.png" width="300px"></a>(a)
126 <a href="static/remd2.png"><img src="static/remd2.png" width="300px"></a>(b)
127 <a href="static/remd3.png"><img src="static/remd3.png" width="300px"></a>(c)
128 <a href="static/remd6.png"><img src="static/remd6.png" width="300px"></a>(d)
129 <a href="static/remd7.png"><img src="static/remd7.png" width="300px"></a>(e)
130 <a href="static/remd8.png"><img src="static/remd8.png" width="300px"></a>(f)
131 <p>
132 The weighted histogram analysis method (WHAM) is applied to compute the
133 probabilities of the obtained conformations to occur at particular
134 temperatures and, consequently, the plots of heat capacity (g) and ensemble-averaged RMSD (h) as a functions
135 of temperature; these are shown in the respective graphs. 
136 <p>
137 <a href="static/remd4.png"><img src="static/remd4.png" width="300px"></a>(g)
138 <a href="static/remd5.png"><img src="static/remd5.png" width="300px"></a>(h)
139 <p>
140 Note! Panels are labeled in this tutorial only and labels are not displayed 
141 in the outputs from real server jobs.
142 <p>
143 Finally cluster analysis is performed to select 5 families of conformations,
144 and representative model from each family is converted to all-atom
145 and refined. Models are shown using NGL Viewer.
146 PDB files can be downloaded by clicking on the <i>Download</i> button.
147 <p>
148 <a href="static/remd9.png"><img src="static/remd9.png" width="300px"></a>
149
150 <p>
151
152
153 </div>
154 </div>
155 </ol>
156 <hr>
157 Advanced mode enables the user to change more parameters for each type of
158 simulation. Separate examples are provided (use the <i>Load example data</i> button as
159 in the Basic mode): 
160 <ol>
161 <h4><li>
162 Minimization of the P8MTCP1 disulfide-bonded helical hairpin miniprotein
163 (PDB code: 1EI0).</h4>
164 <div>
165     <fieldset class="majorpoints">
166         <legend class="majorpointslegend"
167             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
168     
169     <div class="hiders" style="display:none" >
170 <p>
171 In this example the PDB code of the selected protein (1EI0) and the OPT-WTFSA-2
172 force field are selected:  
173 <p>
174 <img src="static/min_adv.png" style="border:2px solid blueviolet">
175
176 After the minimization is accomplished, the UNRES model of 1EI0 protein
177 with two disulfide bonds as read from the respective PDB file, 
178 its total UNRES energy and superposition on the starting structure are displayed:
179 <p>
180 <a href="static/min_adv1.png"><img src="static/min_adv1.png" width="300px"></a>
181 <a href="static/min_adv2.png"><img src="static/min_adv2.png" width="300px"></a>
182 <a href="static/min_adv3.png"><img src="static/min_adv3.png" width="300px"></a>
183
184     </div>
185 </div>
186
187 <h4><li>
188 Canonical MD simulations of the Trp-Cage miniprotein (PDB code:1L2Y) 
189 starting from the extended chain.</h4>
190 <div>
191     <fieldset class="majorpoints">
192         <legend class="majorpointslegend"
193             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
194     
195     <div class="hiders" style="display:none" >
196 In this example the PDB code of the selected protein (1L2Y) and 
197 option to write trajectory as a PDB file are selected, saving trajectory 
198 as a PDB file allows its 3D visualisation by NGL Viewer in addition to
199 the movie which is always generated from the MD trajectory 
200 <p>
201 <img src="static/md_adv.png" style="border:2px solid blueviolet">
202 <br>
203 ...
204 <br>
205 <img src="static/md_adv0.png" style="border:2px solid blueviolet">
206 <p>
207 After the MD simulation is accomplished temperature histogram, 
208 plots of UNRES energy, RMSD from the experimental structure, fraction of native
209 contacts, and radius of gyration vs. time, and a movie of the trajectory are displayed.
210 <p>
211 <a href="static/md_adv1.png"><img src="static/md_adv1.png" width="300px"></a>
212 <a href="static/md_adv2.png"><img src="static/md_adv2.png" width="300px"></a>
213 <a href="static/md_adv3.png"><img src="static/md_adv3.png" width="300px"></a>
214 <a href="static/md_adv4.png"><img src="static/md_adv4.png" width="300px"></a>
215 <a href="static/md_adv5.png"><img src="static/md_adv5.png" width="300px"></a>
216 <a href="static/md_adv6.png"><img src="static/md_adv6.png" width="300px"></a>
217 <a href="static/md_adv7.png"><img src="static/md_adv7.png" width="300px"></a>
218 <p>
219 The CA fluctuations are not analyzed for start from the extended structure
220 because of large scale conformational changes during folding.
221
222     </div>
223 </div>
224
225
226 <h4><li>
227 MREMD simulations of 5G3Q:B (CASP12 target T0882)</h4>
228  
229 <div>
230     <fieldset class="majorpoints">
231         <legend class="majorpointslegend"
232             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
233     
234     <div class="hiders" style="display:none" >
235 This simulation starts from the extended chain, 2000000 steps for each of 16
236 replicas (8 temperatures with multiplexing 2)
237 are run and secondary-structure restraints predicted by PSIPRED and 
238 obtained at the CASP12 time when the experimental 5G3Q structure
239 was not included in the PDB database are used. The Berendsen thermostat
240 was employed and the resulting conformational ensemble was clustered 
241 at the temperature of 290K. 
242 This is a full-blown structure-prediction run, but shorter
243 compared to the UNRES runs during the CASP exercises.
244
245 <p>
246 <img src="static/remd_adv.png" style="border:2px solid blueviolet">
247 <br>
248 ...
249 <br>
250 <img src="static/remd_adv01.png" style="border:2px solid blueviolet">
251 <br>
252 ...
253 <br>
254 <img src="static/remd_adv02.png" style="border:2px solid blueviolet">
255 <br>
256 ...
257 <br>
258 <img src="static/remd_adv03.png" style="border:2px solid blueviolet">
259 <p>
260
261
262 The output items are the same as those discussed with the Basic mode Example 3.
263 <p>
264 <a href="static/remd_adv1.png"><img src="static/remd_adv1.png" width="300px"></a>
265 <a href="static/remd_adv2.png"><img src="static/remd_adv2.png" width="300px"></a>
266 <a href="static/remd_adv3.png"><img src="static/remd_adv3.png" width="300px"></a>
267 <a href="static/remd_adv6.png"><img src="static/remd_adv6.png" width="300px"></a>
268 <a href="static/remd_adv7.png"><img src="static/remd_adv7.png" width="300px"></a>
269 <a href="static/remd_adv8.png"><img src="static/remd_adv8.png" width="300px"></a>
270 <a href="static/remd_adv4.png"><img src="static/remd_adv4.png" width="300px"></a>
271 <a href="static/remd_adv5.png"><img src="static/remd_adv5.png" width="300px"></a>
272 <p>
273 The final models are shown using NGL Viewer.
274 PDB files can be downloaded by clicking on the <i>Download</i> button.
275 The RMSD of model 1 
276 from the experimental structure is 3.6 A and 
277 the GDT_TS is 58.8 %
278
279 <p>
280 <a href="static/remd_adv9.png"><img src="static/remd_adv9.png" width="300px"></a>
281
282 <p>
283
284
285     </div>
286 </div>
287
288
289 <hr>
290 <h4><li>
291 Distance distribution restrained (simulated SAXS data)
292 replica exchange molecular dynamics of 
293 Bacteriocin CbnXY (PDB code:5UJQ) starting from the extended chain.
294 <br>
295 (Use <i>Load SAXS 1 example</i> button in advanced mode)
296 </h4>  
297 <div>
298     <fieldset class="majorpoints">
299         <legend class="majorpointslegend"
300             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
301     
302     <div class="hiders" style="display:none" >
303 <img src="static/saxs1.png" style="border:2px solid blueviolet">
304 <br>
305 ...
306 <br>
307 <img src="static/saxs2.png" style="border:2px solid blueviolet">
308 <p>
309
310 The output items are the same as those displayed with the Basic mode example 3.
311 Additionaly the input reference distance distribution and 
312 distance distributions for 5 final models are plotted.
313 <p>
314 <a href="static/saxs3.png"><img src="static/saxs3.png" width="300px"></a>
315 <a href="static/sasx4.png"><img src="static/saxs4.png" width="300px"></a>
316 <a href="static/saxs5.png"><img src="static/saxs5.png" width="300px"></a>
317 <a href="static/saxs8.png"><img src="static/saxs8.png" width="300px"></a>
318 <a href="static/saxs9.png"><img src="static/saxs9.png" width="300px"></a>
319 <a href="static/saxs10.png"><img src="static/saxs10.png" width="300px"></a>
320 <a href="static/saxs6.png"><img src="static/saxs6.png" width="300px"></a>
321 <a href="static/saxs7.png"><img src="static/saxs7.png" width="300px"></a>
322 <p>
323 Finally models.
324 <p>
325 <a href="static/saxs12.png"><img src="static/saxs12.png" width="300px"></a>
326 <p>
327 Comparison of the input distance distributions with those calculated from the 5 models.
328 <p>
329 <a href="static/saxs11.png"><img src="static/saxs11.png" width="300px"></a>
330
331 </div>
332 </div>
333
334 <h4><li>
335 Distance distribution restrained (real SAXS data)
336 replica exchange molecular dynamics of 
337 the central portion of Factor H (PDB code:2KMS).
338 <br>
339 (Use <i>Load SAXS 2 example</i> button in advanced mode)
340 </h4>  
341 <div>
342     <fieldset class="majorpoints">
343         <legend class="majorpointslegend"
344             style="background-color:#d3d3d3;cursor: pointer;">Show</legend>
345     
346     <div class="hiders" style="display:none" >
347 REMD simulation starts from the experimental NMR structure (the first model
348 is taken as the input structure). Secondary
349 structure restraints are used. Only a short (50 energy evaluations)
350 initial minimization is requested.
351 The distance distribution has been downloaded from the SASBDB database (the SASDA25 entry).
352
353 <img src="static/saxs2_1.png" style="border:2px solid blueviolet">
354 <br>
355 ...
356 <br>
357 <img src="static/saxs2_2.png" style="border:2px solid blueviolet">
358 <br>
359 ...
360 <br>
361 <img src="static/saxs2_3.png" style="border:2px solid blueviolet">
362
363 <p>
364
365 The input items are the same as those in the Advanced mode Example 2.
366 <p>
367 <a href="static/sasx2_4.png"><img src="static/saxs2_4.png" width="300px"></a>
368 <a href="static/saxs2_5.png"><img src="static/saxs2_5.png" width="300px"></a>
369 <a href="static/saxs2_6.png"><img src="static/saxs2_6.png" width="300px"></a>
370 <a href="static/saxs2_9.png"><img src="static/saxs2_9.png" width="300px"></a>
371 <a href="static/saxs2_10.png"><img src="static/saxs2_10.png" width="300px"></a>
372 <a href="static/saxs2_11.png"><img src="static/saxs2_11.png" width="300px"></a>
373 <a href="static/saxs2_7.png"><img src="static/saxs2_7.png" width="300px"></a>
374 <a href="static/saxs2_8.png"><img src="static/saxs2_8.png" width="300px"></a>
375 <p>
376 Final models.
377 In the UNRES calculated
378 structures, the domains are at a larger angle than
379 those in the experimental NMR structure.
380
381 <p>
382 <a href="static/saxs2_13.png"><img src="static/saxs2_13.png" width="300px"></a>
383
384 <p>
385 Comparison of the input distance distributions with those calculated from the 5 models.
386 Much better agreement, in
387 particular in the long-distance part is obtained
388 for structres from the UNRES simulation.
389 <p>
390 <a href="static/saxs2_12.png"><img src="static/saxs2_12.png" width="300px"></a>
391
392
393 </div>
394
395 </div>
396
397
398 <script src="/static/jquery.min.js"></script>
399
400 <script>
401 $('.majorpointslegend').click(function(){
402     $(this.parentNode).find('.hiders').toggle();
403     if($(this.parentNode).find('.majorpointslegend').text()=='Show'){
404         $(this.parentNode).find('.majorpointslegend').text('Hide');
405     }else{
406         $(this.parentNode).find('.majorpointslegend').text('Show');
407     }    
408 });
409 </script>
410
411
412 {% endblock %}