Skip to content

Commit fae397e

Browse files
committed
upload index.html
1 parent e396c98 commit fae397e

File tree

1 file changed

+289
-0
lines changed

1 file changed

+289
-0
lines changed

docs/index.html

Lines changed: 289 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>EzAAI - Home</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport"
7+
content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
10+
<link rel="shortcut icon" href="/ezaai/image/ezaai_logowork-16px.ico" type="image/x-icon">
11+
<link rel="stylesheet" href="/ubcg2/css/style.css">
12+
<link rel="stylesheet"
13+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
14+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
15+
crossorigin="anonymous">
16+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
17+
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
18+
crossorigin="anonymous">
19+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
20+
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
21+
crossorigin="anonymous"></script>
22+
<script
23+
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
24+
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
25+
crossorigin="anonymous"></script>
26+
<script
27+
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
28+
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
29+
crossorigin="anonymous"></script>
30+
<script>
31+
window.dataLayer = window.dataLayer || [];
32+
function gtag(){dataLayer.push(arguments);}
33+
gtag('js', new Date());
34+
35+
gtag('config', 'G-9B3HSS9PWF');
36+
</script>
37+
<meta charset="EUC-KR">
38+
<style>
39+
.inline-code {
40+
font-size:85%;
41+
font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
42+
}
43+
</style>
44+
</head>
45+
<body style="padding-left:0;padding-right:0">
46+
<section>
47+
<div class="jumbotron">
48+
<div class="container">
49+
<img src="/ezaai/image/ezaai_banner.svg" style="max-width:50%;margin-left:auto;margin-right:auto;height:auto;width:auto;display:block">
50+
<!--
51+
<h1 class="text-center" style="font-size:4rem">EzAAI</h1>
52+
</div>
53+
54+
<h6 class="text-center" style="font-family:serif"><em>A Pipeline for High Throughput Calculation of Prokaryotic Average Amino Acid Identity</em></h6>-->
55+
</div>
56+
</div>
57+
<div class="container p1" style="margin-bottom:5rem">
58+
<h3 class="text-center" style="font-family:serif"><em>Introduction</em></h3>
59+
<hr>
60+
<div class="row">
61+
<div class="col-10">
62+
<p>EzAAI is a suite of workflows for improved AAI calculation performance along with the novel module that provides hierarchical clustering analysis.</p>
63+
<a class="btn btn-outline-primary" href="/ezaai/tutorial" role="button" style="display:inline; margin-right:1rem">
64+
<i class="fa fa-play-circle-o"></i> Tutorial</a>
65+
<a class="btn btn-outline-primary" href="/ezaai/download" role="button" style="display:inline; margin-right:1rem">
66+
<i class="fa fa-download"></i> Download</a>
67+
<a class="btn btn-outline-primary" href="https://github.com/lebsnu/ezaai" target="_blank" rel="noopener noreferrer" role="button" style="display:inline; margin-right:1rem">
68+
<i class="fa fa-github"></i> GitHub</a>
69+
<a class="btn btn-outline-primary" href="/ezaai/citation" role="button" style="display:inline; margin-right:1rem">
70+
<i class="fa fa-quote-right"></i> Cite us</a>
71+
</div>
72+
73+
</div>
74+
</div>
75+
<div class="container p1" style="margin-bottom:5rem">
76+
<h3 class="text-center" style="font-family:serif"><em>Available modules</em></h3>
77+
<hr>
78+
79+
<div class="row">
80+
<div class="col-6">
81+
<h3>Extract</h3>
82+
<p><i class="fa fa-check-square-o" style="margin-right:5px"></i> Extracts profile DB from genome using <span class="inline-code">Prodigal</span></p>
83+
<p>
84+
<i class="fa fa-code" style="margin-right:5px"></i>
85+
<span class="inline-code">
86+
ezaai extract -i &#60;IN&#62; -o &#60;OUT&#62;
87+
</span>
88+
</p>
89+
<table class="table table-sm">
90+
<thead class="thead-light">
91+
<tr>
92+
<th style="width:30%;">Argument</th>
93+
<th style="width:70%">Description</th>
94+
</tr>
95+
</thead>
96+
<tbody>
97+
<tr>
98+
<td class="inline-code">-i</td>
99+
<td>Input bacterial genome sequence</td>
100+
</tr>
101+
<tr>
102+
<td class="inline-code">-o</td>
103+
<td>Output profile database</td>
104+
</tr>
105+
</tbody>
106+
</table>
107+
</div>
108+
<div class="col-6">
109+
<h3>Convert</h3>
110+
<p><i class="fa fa-check-square-o" style="margin-right:5px"></i> Converts CDS FASTA file into profile DB</p>
111+
<p>
112+
<i class="fa fa-code" style="margin-right:5px"></i>
113+
<span class="inline-code">ezaai convert -i &#60;IN&#62; -s &#60;SEQ&#62; -o &#60;OUT&#62;</span>
114+
</p>
115+
<table class="table table-sm">
116+
<thead class="thead-light">
117+
<tr>
118+
<th style="width:30%;">Argument</th>
119+
<th style="width:70%">Description</th>
120+
</tr>
121+
</thead>
122+
<tbody>
123+
<tr>
124+
<td class="inline-code">-i</td>
125+
<td>Input CDS profile (FASTA format)</td>
126+
</tr>
127+
<tr>
128+
<td class="inline-code">-s</td>
129+
<td>Sequence type of input file (nucl/prot)</td>
130+
</tr>
131+
<tr>
132+
<td class="inline-code">-o</td>
133+
<td>Output profile DB</td>
134+
</tr>
135+
</tbody>
136+
</table>
137+
</div>
138+
</div>
139+
<div class="row" style="margin-top:1rem">
140+
<div class="col-6">
141+
<h3>Calculate</h3>
142+
<p><i class="fa fa-check-square-o" style="margin-right:5px"></i> Calculate AAI value from profile databases using MMseqs2</p>
143+
<p>
144+
<i class="fa fa-code" style="margin-right:5px"></i>
145+
<span class="inline-code">
146+
ezaai calculate -i &#60;IN_1&#62; -j &#60;IN_2&#62; -o &#60;OUT&#62;
147+
</span>
148+
</p>
149+
<table class="table table-sm">
150+
<thead class="thead-light">
151+
<tr>
152+
<th style="width:30%;">Argument</th>
153+
<th style="width:70%">Description</th>
154+
</tr>
155+
</thead>
156+
<tbody>
157+
<tr>
158+
<td class="inline-code">-i</td>
159+
<td>First input profile DB / directory with profile DBs</td>
160+
</tr>
161+
<tr>
162+
<td class="inline-code">-j</td>
163+
<td>Second input profile DB / directory with profile DBs</td>
164+
</tr>
165+
<tr>
166+
<td class="inline-code">-o</td>
167+
<td>Output result file</td>
168+
</tr>
169+
</tbody>
170+
</table>
171+
</div>
172+
<div class="col-6">
173+
<h3>Cluster</h3>
174+
<p><i class="fa fa-check-square-o" style="margin-right:5px"></i> Hierarchical clustering of taxa with AAI values</p>
175+
<p>
176+
<i class="fa fa-code" style="margin-right:5px"></i>
177+
<span class="inline-code">
178+
ezaai cluster -i &#60;IN&#62; -o &#60;OUT&#62;
179+
</span>
180+
</p>
181+
<table class="table table-sm">
182+
<thead class="thead-light">
183+
<tr>
184+
<th style="width:30%;">Argument</th>
185+
<th style="width:70%">Description</th>
186+
</tr>
187+
</thead>
188+
<tbody>
189+
<tr>
190+
<td class="inline-code">-i</td>
191+
<td>Input EzAAI result file containing all-by-all pairwise AAI values</td>
192+
</tr>
193+
<tr>
194+
<td class="inline-code">-o</td>
195+
<td>Output result file</td>
196+
</tr>
197+
</tbody>
198+
</table>
199+
</div>
200+
</div>
201+
</div>
202+
<div class="container p1" style="margin-bottom:5rem">
203+
<h2 style="margin-top:2rem;margin-bottom:1rem;text-align:center;font-family:serif"><em>EzAAI TEAM</em></h2>
204+
<div class="row" style="text-align: center">
205+
<div class="col-md-8">
206+
<div class="border-bottom" style="padding-left:1rem;padding-right:1rem">
207+
<h3>Contributors</h3>
208+
</div>
209+
</div>
210+
211+
<div class="col-md-4">
212+
<div class="border-bottom" style="padding-left:1rem;padding-right:1rem">
213+
<h3>CA <a href="mailto:jchun@snu.ac.kr" target="_top" style="color:black"><i class="fa fa-envelope-o" style="font-size:70%"></i></a></h3>
214+
</div>
215+
</div>
216+
</div>
217+
<div class="row" style="text-align: center;">
218+
<div class="col-md-4">
219+
<div style="margin:1rem 1rem">
220+
<div class="profile_image">
221+
<img src="/homepage/images/team/DWkim.jpg" style="width:150px">
222+
</div>
223+
<h5>Dongwook Kim<sup style="font-size:60%">1</sup></h5>
224+
</div>
225+
</div>
226+
<div class="col-md-4">
227+
<div style="margin:1rem 1rem">
228+
<div class="profile_image">
229+
<img src="/homepage/images/team/sein.jpg" style="width:150px">
230+
</div>
231+
<h5>Sein Park<sup style="font-size:60%">1</sup></h5>
232+
</div>
233+
</div>
234+
<div class="col-md-4">
235+
<div style="margin:1rem 1rem">
236+
<div class="profile_image">
237+
<img src="/ezaai/image/jon.jpg" style="width:150px">
238+
</div>
239+
<h5>Jon Jongsik Chun<sup style="font-size:60%">1,2,3</sup></h5>
240+
</div>
241+
</div>
242+
</div>
243+
<div style="margin-bottom:3rem">
244+
<p style="margin-top:0!important;margin-bottom:0;font-size:80%"><sup>1 </sup>Interdisciplinary Program in Bioinformatics, Seoul National University, Seoul 00826, Republic of Korea</p>
245+
<p style="margin-top:0!important;margin-bottom:0;font-size:80%"><sup>2 </sup>Institute of Molecular Biology and Genetics, Seoul National University, Seoul 00826, Republic of Korea</p>
246+
<p style="margin-top:0!important;margin-bottom:0;font-size:80%"><sup>3 </sup>School of Biological Sciences, Seoul National University, Seoul 00826, Republic of Korea</p>
247+
</div>
248+
</div>
249+
250+
</section>
251+
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
252+
<div class="container">
253+
<div class="navbar-header">
254+
<a class="navbar-brand" href="/ezaai"><img src="/ezaai/image/ezaai_logowork-160px.svg" width="30"> EzAAI</a>
255+
</div>
256+
<button class="navbar-toggler" type="button" data-toggle="collapse"
257+
data-target="#navbarsExampleDefault"
258+
aria-controls="navbarsExampleDefault" aria-expanded="false"
259+
aria-label="Toggle navigation">
260+
<span class="navbar-toggler-icon"></span>
261+
</button>
262+
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
263+
<ul class="navbar-nav mr-auto">
264+
<li class="nav-item"><a class="nav-link" href="/ezaai">Home</a></li>
265+
<li class="nav-item"><a class="nav-link" href="/ezaai/tutorial">Tutorial</a></li>
266+
<li class="nav-item"><a class="nav-link" href="/ezaai/download">Download</a></li>
267+
<li class="nav-item"><a class="nav-link" href="https://github.com/lebsnu/ezaai" target="_blank" rel="noopener noreferrer"><i class="fa fa-github"></i> GitHub</a></li>
268+
<li class="nav-item"><a class="nav-link" href="/ezaai/data">Data</a></li>
269+
<li class="nav-item"><a class="nav-link" href="/ezaai/citation">Cite us</a></li>
270+
</ul>
271+
</div>
272+
</div>
273+
</nav>
274+
<script>
275+
$(document).ready(function() {
276+
var pname = window.location.pathname;
277+
var phead = '/ezaai';
278+
if(pname.split('/').length > 2){
279+
phead = phead + '/' + pname.split('/')[2];
280+
}
281+
$('.navbar-nav > li > a[href="'+ phead +'"]').parent().addClass('active');
282+
})
283+
</script>
284+
<footer class="footer align-middle" style="padding:0 0;z-index:5">
285+
<p style="height:3rem; margin-top:1rem!important">&copy; <a class="a-footer" href="http://leb.snu.ac.kr/" target="_blank" rel="noopener noreferrer">Laboratory of Evolutionary Bioinformatics</a>, Seoul
286+
National University. 2021-</p>
287+
</footer>
288+
</body>
289+
</html>

0 commit comments

Comments
 (0)