File: index.shtml

package info (click to toggle)
bowtie2 2.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,556 kB
  • sloc: cpp: 64,301; perl: 7,232; sh: 1,131; python: 993; makefile: 606; ansic: 122
file content (60 lines) | stat: -rw-r--r-- 2,503 bytes parent folder | download | duplicates (7)
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
<!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 2: fast and sensitive read alignment</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="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 2</strong> is an ultrafast and memory-efficient tool for aligning sequencing
reads to long reference sequences.  It is particularly good at aligning reads of
about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian)
genomes.  Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human
genome, its memory footprint is typically around 3.2 GB.  Bowtie 2 supports
gapped, local, and paired-end alignment modes.

</td>
<td align="right" valign="middle">
  <a href="http://opensource.org"><img 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">
      <!--#include virtual="recent_news.ssi" -->
    </div>
  </div>
  <div id="footer">
  	<table width="100%"><tr><td>
    This research was supported in part by NIH grants R01-HG006102 and R01-GM083873 and AWS in Education research grants.
    </td><td align="right">
    Administrator: <a href="mailto:langmea@cs.jhu.edu">Ben Langmead</a>. Design by <a href="http://www.free-css-templates.com" title="Design by David Herreman">David Herreman</a>
    </td></tr>
    </table>
    <div style="text-align:center">
      <a href="http://www.sourceforge.net"><img src="/images/sflogo.png" alt="Sourceforge.net" style="border-style: none"></img></a>
    </div>
  </div>
</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>