File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11.\" Man page generated from reStructuredText.
22.
3- .TH "ADAPTERREMOVAL" "1" "Mar 17, 2021" "2.3.0" "AdapterRemoval"
4- .SH NAME
5- AdapterRemoval \- Fast short-read adapter trimming and processing
63.
74.nr rst2man-indent-level 0
85.
@@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
3027.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
3128.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
3229..
30+ .TH "ADAPTERREMOVAL" "1" "Apr 15, 2022" "2.3.3" "AdapterRemoval"
31+ .SH NAME
32+ AdapterRemoval \- Fast short-read adapter trimming and processing
3333.SH SYNOPSIS
3434.sp
3535\fB AdapterRemoval \fP [\fI options \fP \& ...] \-\- file1 <\fI filenames \fP > [\-\- file2 <\fI filenames \fP >]
Original file line number Diff line number Diff line change 1+ ### Version 2.3.3 - 2022-04-15
2+
3+ * Updated Catch2 to fix compilation with glibc 2.34, courtesy of loganrosen.
4+
15### Version 2.3.2 - 2021-03-17
26
37 * Improved error messages when AdapterRemoval failed to open or write FASTQ
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = u'2.3.2 '
57+ version = u'2.3.3 '
5858# The full version, including alpha/beta/rc tags.
59- release = u'2.3.2 '
59+ release = u'2.3.3 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace ar
3131{
3232
3333const std::string NAME = " AdapterRemoval" ;
34- const std::string VERSION = " ver. 2.3.2 " ;
34+ const std::string VERSION = " ver. 2.3.3 " ;
3535const std::string HELPTEXT = \
3636 " This program searches for and removes remnant adapter sequences from\n "
3737 " your read data. The program can analyze both single end and paired end\n "
You can’t perform that action at this time.
0 commit comments