Skip to content

Commit da2d0da

Browse files
author
schutzekatze
committed
Update version
1 parent 25f5f66 commit da2d0da

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2021-04-21 Vladimir Nikolic <vnikolic@bcgsc.ca>
2+
3+
* Release version 2.3.1
4+
5+
abyss-rresolver-short:
6+
* Fixed a bug that crashed ABySS if Bloom filter size is not specified.
7+
* Fixed a compilation error for clang-10.
8+
19
2021-03-22 Vladimir Nikolic <vnikolic@bcgsc.ca>
210

311
* Release version 2.3.0

Misc/samtobreak.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ parseArgs = do
279279
where
280280
help = putStr (usageInfo usage options) >> exitSuccess
281281
tryHelp = "Try 'abyss-samtobreak --help' for more information."
282-
version = "abyss-samtobreak (ABySS) 2.3.0\n"
282+
version = "abyss-samtobreak (ABySS) 2.3.1\n"
283283
usage = "Usage: samtobreak [OPTION]... [FILE]...\n\
284284
\Calculate contig and scaffold contiguity and correctness metrics.\n"
285285

bin/abyss-pe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ help:
398398
@echo 'Report bugs to https://github.com/bcgsc/abyss/issues or abyss-users@bcgsc.ca.'
399399

400400
version:
401-
@echo "abyss-pe (ABySS) 2.3.0"
401+
@echo "abyss-pe (ABySS) 2.3.1"
402402
@echo "Written by Shaun Jackman and Anthony Raymond."
403403
@echo
404404
@echo "Copyright 2012 Canada's Michael Smith Genome Science Centre"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.62)
2-
AC_INIT(ABySS, 2.3.0, abyss-users@bcgsc.ca, abyss,
2+
AC_INIT(ABySS, 2.3.1, abyss-users@bcgsc.ca, abyss,
33
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
44

55
AC_CONFIG_MACRO_DIR([m4])

doc/ABYSS.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.0" "User Commands"
1+
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.1" "User Commands"
22
.SH NAME
33
ABYSS \- assemble short reads into contigs
44
.SH SYNOPSIS

doc/abyss-pe.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.0" "User Commands"
1+
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.1" "User Commands"
22
.SH NAME
33
abyss-pe - assemble reads into contigs
44
.SH SYNOPSIS

doc/abyss-tofastq.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.0" "User Commands"
1+
.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.1" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

0 commit comments

Comments
 (0)