Skip to content

Commit e2f0a9b

Browse files
committed
Update site documentation for release 1.2
1 parent 64b8996 commit e2f0a9b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/website/manual.ssi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>Table of Contents</h1>
2-
<p>Bowtie 1.1.2</p>
2+
<p>Bowtie 1.2.0</p>
33

44
<div id="TOC">
55
<ul>

doc/website/recent_news.ssi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h2>1.2 - 12/12/2016</h2>
1+
<h2>1.2.0 - 12/12/2016</h2>
22
<p>This is a major release with some larger and many smaller changes. These notes emphasize the large changes. See commit history for details.</p>
33
<ul>
44
<li>Code related to read parsing was completely rewritten to improve scalability to many threads. In short, the critical section is simpler and parses input reads in batches rather than one at a time. The improvement applies to all read formats.</li>
5-
<li>--reads-per-batch command line parameter added to specify the number of reads to read from the input file at once</li>
6-
<li>TBB is now the default threading library. We consistently found TBB to give superior thread scaling. It is widely available and widely installed. That said, we are also preserving a "legacy" version of Bowtie that, like previous releases, does not use TBB. To compile Bowtie source in legacy mode use `NO_TBB` (TODO: insert actual flag here). To use legacy binaries, download the appropriate binary archive with "legacy" in the name.</li>
5+
<li><tt><a href="manual.shtml#bowtie-options-reads-per-batch">--reads-per-batch</a></tt> command line parameter added to specify the number of reads to read from the input file at once</li>
6+
<li>TBB is now the default threading library. We consistently found TBB to give superior thread scaling. It is widely available and widely installed. That said, we are also preserving a "legacy" version of Bowtie that, like previous releases, does not use TBB. To compile Bowtie source in legacy mode use <tt>NO_TBB=1</tt>. To use legacy binaries, download the appropriate binary archive with "legacy" in the name.</li>
77
<li>Bowtie now uses a queue-based lock rather than a spin or heavyweight lock. We find this gives superior thread scaling; we saw an order-of-magnitude throughput improvements at 120 threads in one experiment, for example.</li>
88
<li>Unnecessary thread synchronization removed</li>
99
<li>Fixed colorspace parsing when primer base is present</li>
10-
<li>Fixed bugs related to --skip command line option</li>
10+
<li>Fixed bugs related to <tt><a href="manual.shtml#bowtie-options-s">--skip</a></tt> command line option</li>
1111
</ul>
1212

1313
<h2>1.1.2 - 6/23/2015</h2>

doc/website/rhsidebar.ssi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</tr>
1919
<tr>
2020
<td>
21-
<a href="https://sourceforge.net/projects/bowtie-bio/files/bowtie/1.1.2">Bowtie 1.1.2</a>
21+
<a href="https://sourceforge.net/projects/bowtie-bio/files/bowtie/1.1.2">Bowtie 1.2.0</a>
2222
</td>
2323
<td align="right">
24-
6/23/15
24+
12/12/16
2525
</td>
2626
</tr>
2727
<tr>

0 commit comments

Comments
 (0)