You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/website/recent_news.ssi
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
<h2>1.2.2 - 12/11/2017</h2>
2
2
<ul>
3
-
<li>Fixed major issue causing corrupt SAM output when using many threads (-p/--threads) on certain systems</li>
4
-
<li>Fixed major issue with incorrect alignment offsets being reported in --large-index mode</li>
5
-
<li>Fixed major issue with reads files being skipped when multiple inputs were specified together with -p/--threads</li>
3
+
<li>Fixed major issue causing corrupt SAM output when using many threads (<tt><a href="manual.shtml#bowtie-options-p">-p/--threads</a></tt>) on certain systems</li>
4
+
<li>Fixed major issue with incorrect alignment offsets being reported in <tt><a href="manual.shtml#bowtie-options-large-index">--large-index</a></tt> mode</li>
5
+
<li>Fixed major issue with reads files being skipped when multiple inputs were specified together with <tt><a href="manual.shtml#bowtie-options-p">-p/--threads</a></tt></li>
6
6
<li>The official LICENSE of Bowtie was changed to Artistic License 2.0. This fixes an issue with the previous LICENSE, which mistakenly combined elements of different open-source licenses.</li>
7
-
<li>Fixed issue where bowtie would still run for a long time even when -u was set to a small number.</li>
7
+
<li>Fixed issue where bowtie would still run for a long time even when <tt><a href="manual.shtml#bowtie-options-u">-u</a></tt> was set to a small number.</li>
8
8
<li>Fixed spurious "Reads file contained a pattern with more than 1024 quality values" error for some colorspace inputs.</li>
9
-
<li>Fixed issue with --strata sometimes failing to suppress alignments at lower strata.</li>
10
-
<li>Fixed issue with ends of paired-end reads sometimes appearing in non-adjacent lines of the SAM output with -p/--threads >1</li>
9
+
<li>Fixed issue with <tt><a href="manual.shtml#bowtie-options-strata">--strata</a></tt> sometimes failing to suppress alignments at lower strata.</li>
10
+
<li>Fixed issue with ends of paired-end reads sometimes appearing in non-adjacent lines of the SAM output with <tt><a href="manual.shtml#bowtie-options-p">-p/--threads</a></tt> >1</li>
11
11
<li>Fixed issue whereby the read name of end #2 was not always truncated at the first whitespace character</li>
0 commit comments