-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoc.html
More file actions
282 lines (270 loc) · 8.66 KB
/
doc.html
File metadata and controls
282 lines (270 loc) · 8.66 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Documentation</title>
<link
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body>
<!-- Navigation begins -->
<header class="text-gray-600 body-font">
<div
class="
container
mx-auto
flex flex-wrap
p-5
flex-col
md:flex-row
items-center
"
>
<a
class="
flex
title-font
font-medium
items-center
text-gray-900
mb-4
md:mb-0
"
href="https://kdsinghcoder.github.io/Align-it"
>
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
width="140"
height="90"
>
<path
fill="#0c7ecf"
d="M21.786,80.958l17.784-48.048l7.8-0.39l17.316,48.438l6.474,1.482l0,4.68l-22.62,0l0-4.68l7.254-1.482l-2.964-8.658l-20.28,0l-3.042,8.658l7.332,1.482l0,4.68l-21.45,0l0-4.68z M50.724,66.06l-7.878-23.478l-8.19,23.478l16.068,0z M87.0408,87.12l0-4.68l7.8-1.56l0-42.12l-10.14,0l-1.95,7.8l-5.07,0l0-14.04l42.51,0l0,14.04l-5.07,0l-1.95-7.8l-10.14,0l0,42.12l7.8,1.56l0,4.68l-23.79,0z"
viewBox="0 0 24 24"
/>
<path fill="#" d="" />
</svg>
<span class="ml-3 text-xl">- > Align-it</span>
</a>
<nav
class="
md:ml-auto md:mr-auto
flex flex-wrap
items-center
text-base
justify-center
"
>
<a class="mr-5 hover:text-gray-900"></a>
<a class="mr-5 hover:text-gray-900"></a>
<a class="mr-5 hover:text-gray-900"></a>
<a class="mr-5 hover:text-gray-900"></a>
</nav>
<a href="./index.html">
<button
class="
inline-flex
items-center
bg-gray-100
border-0
py-1
px-3
focus:outline-none
hover:bg-gray-200
rounded
text-base
mt-4
md:mt-0
"
>
Home Page
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-1"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</a>
</div>
</header>
<!-- Navigation ends -->
<!-- Content begins -->
<section class="w-full px-4 py-24 mx-auto max-w-7xl md:w-3/4 lg:w-2/4">
<div class="mb-12 text-left md:text-center">
<p class="text-lg text-gray-500">
Please found below our documentation for DNA sequences,
Needleman-Wunsch (Global) & Smith-Waterman Algorithm (Local).
</p>
</div>
<div class="flex flex-col space-y-12 divide-y divide-gray-200">
<div>
<p class="pt-12 mb-3 text-sm font-normal text-gray-500">
April 16, 2020
</p>
<h2
class="
mb-2
text-xl
font-extrabold
leading-snug
tracking-tight
text-gray-800
md:text-3xl
"
>
<a
href="./blog/blog1.html"
class="text-gray-900 hover:text-purple-700"
>Why do we align protein sequences?</a
>
</h2>
<p class="mb-4 text-base font-normal text-gray-600">
Sequence alignment is a way of arranging protein (or DNA) sequences
to identify regions of similarity that may be a consequence of
evolutionary relationships between the sequences …
</p>
<a href="./blog/blog1.html" class="btn btn-light btn-sm"
>Continue Reading</a
>
</div>
<div>
<p class="pt-12 mb-3 text-sm font-normal text-gray-500">
April 16, 2020
</p>
<h2
class="
mb-2
text-xl
font-extrabold
leading-snug
tracking-tight
text-gray-800
md:text-3xl
"
>
<a
href="./blog/blog2.html"
class="text-gray-900 hover:text-purple-700"
>Sequence Alignment and the Needleman-Wunsch Algorithm</a
>
</h2>
<p class="mb-4 text-base font-normal text-gray-600">
Did you know that human DNA and chimp DNA are 98.8% the same?
Although this number may sound small, humans and chimps are very
different when we go into our DNA. Out of the roughly three billion
base pairs that make up our genetic code, 1.2% of them equates to
over 35 million genetic differences...
</p>
<a href="./blog/blog2.html" class="btn btn-light btn-sm"
>Continue Reading</a
>
</div>
<div>
<p class="pt-12 mb-3 text-sm font-normal text-gray-500">
April 16, 2020
</p>
<h2
class="
mb-2
text-xl
font-extrabold
leading-snug
tracking-tight
text-gray-800
md:text-3xl
"
>
<a
href="./blog/blog3.html"
class="text-gray-900 hover:text-purple-700"
>Sequence Alignment and the Smith-Waterman Algorithm</a
>
</h2>
<p class="mb-4 text-base font-normal text-gray-600">
The Smith–Waterman algorithm performs local sequence alignment; that
is, for determining similar regions between two strings of nucleic
acid sequences or protein sequences. Instead of looking at the
entire sequence, the Smith–Waterman algorithm compares segments of
all possible lengths and optimizes the similarity measure.
</p>
<a href="./blog/blog3.html" class="btn btn-light btn-sm"
>Continue Reading</a
>
</div>
<div>
<p class="pt-12 mb-3 text-sm font-normal text-gray-500">
April 16, 2020
</p>
<h2
class="
mb-2
text-xl
font-extrabold
leading-snug
tracking-tight
text-gray-800
md:text-3xl
"
>
<a
href="./blog/blog4.html"
class="text-gray-900 hover:text-purple-700"
>what is Bioinformatics?</a
>
</h2>
<p class="mb-4 text-base font-normal text-gray-600">
Bioinformatics is an interdisciplinary field that develops methods
and software tools for understanding biological data, in particular
when the data sets are large and complex. As an interdisciplinary
field of science, bioinformatics combines biology, computer science,
information engineering, mathematics and statistics to analyze and
interpret the biological data.
</p>
<a href="./blog/blog4.html" class="btn btn-light btn-sm"
>Continue Reading</a
>
</div>
</div>
</section>
<!-- content ends -->
<!-- Footer starts -->
<footer class="bg-white" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="px-4 py-12 mx-auto bg-gray-50 max-w-7xl sm:px-6 lg:px-16">
<div class="flex flex-wrap items-baseline lg:justify-center">
<span class="mt-2 text-sm font-light text-gray-500">
Copyright © 2020 - 2021
<a
href="https://wickedlabs.dev"
class="mx-2 text-wickedblue hover:text-gray-500"
rel="noopener noreferrer"
>@wickedlabsHQ</a
>. Since 2020
</span>
</div>
</div>
</footer>
<!-- Footer Ends -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>