Skip to content

Commit 56ee6d5

Browse files
author
Ben Vandervalk
committed
Release 2.0.2
1 parent 1b9b363 commit 56ee6d5

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-10-21 Ben Vandervalk <benv@bcgsc.ca>
2+
3+
* Release version 2.0.2
4+
* Fix compile errors with gcc 6 and boost 1.62
5+
16
2016-09-14 Ben Vandervalk <benv@bcgsc.ca>
27

38
* Release version 2.0.1

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.62)
2-
AC_INIT(ABySS, 2.0.1, abyss-users@bcgsc.ca, abyss,
2+
AC_INIT(ABySS, 2.0.2, abyss-users@bcgsc.ca, abyss,
33
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
44
m4_include(m4/m4_ax_pthread.m4)
55
AM_INIT_AUTOMAKE(1.9.6 foreign subdir-objects)
@@ -263,7 +263,7 @@ elif test x"$enable_werror" = x"yes"; then
263263
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra -Werror')
264264
else
265265
# default
266-
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra -Werror')
266+
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra')
267267
fi
268268

269269
# Build abyss-paired-dbg and abyss-paired-dbg-mpi

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.0.1" "User Commands"
1+
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.0.2" "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.0.1" "User Commands"
1+
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.0.2" "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.0.1" "User Commands"
1+
.TH abyss-tofastq "1" "2015-May" "ABySS 2.0.2" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

doc/flowchart.graffle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5198,7 +5198,7 @@
51985198
{\colortbl;\red255\green255\blue255;}
51995199
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
52005200

5201-
\f0\b\fs28 \cf0 ABySS paired-end pipeline version 2.0.1}</string>
5201+
\f0\b\fs28 \cf0 ABySS paired-end pipeline version 2.0.2}</string>
52025202
<key>VerticalPad</key>
52035203
<integer>0</integer>
52045204
</dict>

0 commit comments

Comments
 (0)