Permalink
Browse files

Update documentation for release v2.3.2

  • Loading branch information...
1 parent c969496 commit 72d548770b865c24dc9686ddfb51e80497310c42 @ch4rr0 ch4rr0 committed May 6, 2017
Showing with 37 additions and 5 deletions.
  1. +22 −1 NEWS
  2. +1 −1 VERSION
  3. +1 −1 doc/website/manual.ssi
  4. +11 −0 doc/website/recent_news.ssi
  5. +2 −2 doc/website/rhsidebar.ssi
View
23 NEWS
@@ -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
@@ -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.
View
@@ -1 +1 @@
-2.3.1
+2.3.2
View
@@ -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>
@@ -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>
@@ -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>

0 comments on commit 72d5487

Please sign in to comment.