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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bowtie: An ultrafast, memory-efficient short read aligner</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<meta name="verify-v1" content="YJT1CfXN3kzE9cr+jvNB+Q73lTfHrv8eivoY+xjblc0=" />
</head>
<body>
<div id="wrap">
<!--#include virtual="top.ssi" -->
<div id="subheader">
<table width="100%"><tr>
<td>
<strong>Bowtie</strong> is an ultrafast, memory-efficient
short read aligner. It aligns short DNA sequences (reads) to the
human genome at a rate of over 25 million 35-bp reads per hour. Bowtie
indexes the genome with a Burrows-Wheeler index to keep its memory footprint
small: typically about 2.2 GB for the human genome (2.9 GB for paired-end).
</td><td align=right valign=middle>
<a href="http://opensource.org"><img border=0 alt="Open Source Software" src="images/osi-certified.gif"></img></a>
</td></tr>
</table>
</div>
<div id="main">
<!--#include virtual="rhsidebar.ssi" -->
<div id="leftside">
<!--<h2>Recent news</h2>-->
<!--#include virtual="recent_news.ssi" -->
<br/>
<a href="news.shtml#old">Older news</a>
</div>
</div>
<!--#include virtual="foot.ssi" -->
</div>
<!-- Google analytics code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5334290-1");
pageTracker._trackPageview();
</script>
<!-- End google analytics code -->
</body>
</html>
|