Skip to content

Commit 44f1644

Browse files
committed
Add hyperlinks for command line options on "Recent News" page
1 parent a623635 commit 44f1644

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/website/recent_news.ssi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h2>1.2.2 - 12/11/2017</h2>
22
<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>
66
<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>
88
<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>
1111
<li>Fixed issue whereby the read name of end #2 was not always truncated at the first whitespace character</li>
1212
<li>Code simplifications</li>
1313
</ul>

0 commit comments

Comments
 (0)