We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e9503 commit 3e33b8bCopy full SHA for 3e33b8b
CHANGES.md
@@ -1,4 +1,4 @@
1
-### HEAD
+### Version 2.2.4 - 2019-02-10
2
3
* Fixed bug in --trim5p N which would AdapterRemoval to abort if N was greater
4
than the pre-trimmed read length.
src/main.hpp
@@ -31,7 +31,7 @@ namespace ar
31
{
32
33
const std::string NAME = "AdapterRemoval";
34
-const std::string VERSION = "ver. 2.2.3";
+const std::string VERSION = "ver. 2.2.4";
35
const std::string HELPTEXT = \
36
"This program searches for and removes remnant adapter sequences from\n"
37
"your read data. The program can analyze both single end and paired end\n"
0 commit comments