-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
70 lines (62 loc) · 1.69 KB
/
index.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
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
<html>
<head>
<title>Blog on bwa-mem2 and mm2-fast</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style_bl {
font-size: 24px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.style_bm {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style_m {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
.style_word {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style_small {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.style_line {
background-color: #EEEEEE;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16399825-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<table width="60%" border="0" align="center">
<tr><td>
<tr><td class="style_line"><span class="style_bm"> <a name="past">Posts</a></span></td>
<tr><td class="style_word">
<ul type=disc>
<li>
Aug 30, 2022: <a href="mm2-fast-blog-aug-2022.htm">Accelerating minimap2 for long-read sequencing applications on modern CPUs</a>
</li><br>
</ul>
</td></tr>
</td></tr>
</td></tr>
</table>
</body>
</html>