Skip to content

Commit

Permalink
Update documentation for release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed May 6, 2017
1 parent c969496 commit 72d5487
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
23 changes: 22 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bowtie 2 NEWS

Bowtie 2 is now available for download from the project website,
http://bowtie-bio.sf.net/bowtie2. 2.0.0-beta1 is the first version released to
the public and 2.3.1 is the latest version. Bowtie 2 is licensed under
the public and 2.3.2 is the latest version. Bowtie 2 is licensed under
the GPLv3 license. See `LICENSE' file for details.

Reporting Issues
Expand All @@ -16,6 +16,27 @@ Please report any issues using the Sourceforge bug tracker:
Version Release History
=======================

Version 2.3.2 - May 05, 2017
* Added support for interleaved paired-end FASTQ inputs
(--interleaved)
* Now reports MREVERSE SAM flag for unaligned end when only one
end of a pair aligns
* Fixed issue where first character of some read names was
omitted from SAM output when using tabbed input formats
* Added --sam-no-qname-trunc option, which causes entire read
name, including spaces, to be written to SAM output. This
violates SAM specification, but can be useful in applications
that immediately postprocess the SAM.
* Fixed compilation error caused by pointer comparison issue
in aligner_result.cpp
* Removed termcap and readline dependencies introduced in v2.3.1
* Fixed compilation issues caused by gzbuffer function when
compiling with zlib v1.2.3.5 and earlier. Users compiling against
these libraries will use the zlib default buffer size of 8Kb
when decompressing read files.
* Fixed issue that would cause Bowtie 2 hang when aligning FASTA
inputs with more than one thread

Version 2.3.1 - Mar 04, 2017
Please note that as of this release Bowtie 2 now has dependencies on zlib and readline libraries.
Make sure that all dependencies are met before attempting to build from source.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2
2 changes: 1 addition & 1 deletion doc/website/manual.ssi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>Table of Contents</h1>
<p>&nbsp;Version <b>2.3.1</b></p>
<p>&nbsp;Version <b>2.3.2</b></p>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand Down
11 changes: 11 additions & 0 deletions doc/website/recent_news.ssi
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<h2>Version 2.3.2 - May 05, 2017</h2>
</ul>
<li>Added support for interleaved paired-end FASTQ inputs (--interleaved)</li>
<li>Now reports MREVERSE SAM flag for unaligned end when only one end of a pair aligns</li>
<li>Fixed issue where first character of some read names was omitted from SAM output when using tabbed input formats</li>
<li>Added --sam-no-qname-trunc option, which causes entire read name, including spaces, to be written to SAM output. This violates SAM specification, but can be useful in applications that immediately postprocess the SAM.</li>
<li>Fixed compilation error caused by pointer comparison issue in aligner_result.cpp</li>
<li>Removed termcap and readline dependencies introduced in v2.3.1</li>
<li>Fixed compilation issues caused by gzbuffer function when compiling with zlib v1.2.3.5 and earlier. Users compiling against these libraries will use the zlib default buffer size of 8Kb when decompressing read files.</li>
<li>Fixed issue that would cause Bowtie 2 hang when aligning FASTA inputs with more than one thread</li>
</ul>
<h2>Version 2.3.1 - Mar 03, 2017</h2>
<p>Please note that as of this release Bowtie 2 now has dependencies on zlib and readline libraries. Make sure that all dependencies are met before attempting to build from source.</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/website/rhsidebar.ssi
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</tr>
<tr>
<td>
<a href="https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.3.1">Bowtie2 2.3.1</a>
<a href="https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.3.2">Bowtie2 2.3.2</a>
</td>
<td align="right">
03/04/17&nbsp;
05/05/17&nbsp;
</td>
</tr>
<tr>
Expand Down

0 comments on commit 72d5487

Please sign in to comment.