diff --git a/ChangeLog b/ChangeLog index a0231bca5..b9dce7f65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-03-22 Vladimir Nikolic + + * Release version 2.3.0 + + General: + * The RResolver algorithm is now part of the default pipeline. RResolver resolves repeats using short reads and generates assemblies with better contiguity and often fewer misassemblies. + 2020-09-17 Johnathan Wong * Release version 2.2.5 diff --git a/Misc/samtobreak.hs b/Misc/samtobreak.hs index 7ca68d6d2..a46beb273 100644 --- a/Misc/samtobreak.hs +++ b/Misc/samtobreak.hs @@ -279,7 +279,7 @@ parseArgs = do where help = putStr (usageInfo usage options) >> exitSuccess tryHelp = "Try 'abyss-samtobreak --help' for more information." - version = "abyss-samtobreak (ABySS) 2.2.5\n" + version = "abyss-samtobreak (ABySS) 2.3.0\n" usage = "Usage: samtobreak [OPTION]... [FILE]...\n\ \Calculate contig and scaffold contiguity and correctness metrics.\n" diff --git a/doc/ABYSS.1 b/doc/ABYSS.1 index 895067bfe..9ac76ec90 100644 --- a/doc/ABYSS.1 +++ b/doc/ABYSS.1 @@ -1,4 +1,4 @@ -.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.2.5" "User Commands" +.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.0" "User Commands" .SH NAME ABYSS \- assemble short reads into contigs .SH SYNOPSIS diff --git a/doc/abyss-pe.1 b/doc/abyss-pe.1 index ab2db3c71..959a88ac7 100644 --- a/doc/abyss-pe.1 +++ b/doc/abyss-pe.1 @@ -1,4 +1,4 @@ -.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.2.5" "User Commands" +.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.0" "User Commands" .SH NAME abyss-pe - assemble reads into contigs .SH SYNOPSIS diff --git a/doc/abyss-tofastq.1 b/doc/abyss-tofastq.1 index d88d49e77..20b0ba7ea 100644 --- a/doc/abyss-tofastq.1 +++ b/doc/abyss-tofastq.1 @@ -1,4 +1,4 @@ -.TH abyss-tofastq "1" "2015-May" "ABySS 2.2.5" "User Commands" +.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.0" "User Commands" .SH NAME abyss-tofastq \- convert various file formats to FASTQ format .br