-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaflex.html
28 lines (26 loc) · 1.66 KB
/
naflex.html
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
<div class="cbp-l-inline">
<div class="cbp-l-inline-left">
<div class="cbp-slider">
<ul class="cbp-slider-wrap">
<li class="cbp-slider-item">
<a href="assets/pages/img/home/img1.png" class="cbp-lightbox">
<img src="assets/pages/img/home/img1.png" alt=""> </a>
</li>
<li class="cbp-slider-item">
<a href="assets/pages/img/home/img2.png" class="cbp-lightbox">
<img src="assets/pages/img/home/img2.png" alt=""> </a>
</li>
</ul>
</div>
</div>
<div class="cbp-l-inline-right">
<div class="cbp-l-inline-title">NAFlex</div>
<div class="cbp-l-inline-subtitle">by Adam Hospital</div>
<div class="cbp-l-inline-desc">
<p>NAFlex provides a friendly environment to analyse your own generated molecular dynamics trajectories of nucleic acid structures.</p>
<p>Please note that in this version of NAFlex, only double-stranded, standard nucleic acids can be analysed. Mispaired nucleotides, single-stranded nucleic acids, triplexes and quadruplexes are not currently supported in NAFlex flexibility analysis. Modified nucleotides are only allowed in some of the flexibility analysis operations.</p>
<p>User should follow three necessary steps before being able to analyse his/her own trajectory. These steps are registration, starting project, and uploading a trajectory. A short tutorial about these steps can be found in Uploading a Trajectory help section. </p>
</div>
<a href="workspace/" class="cbp-l-inline-view btn blue btn-outline">RUN TOOL</a>
</div>
</div>