Skip to content

Commit

Permalink
release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Vandervalk committed Nov 5, 2018
1 parent 934e834 commit 1655417
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2018-11-05 Ben Vandervalk <[email protected]>

* Release version 2.1.3
* Bug fix release

abyss-bloom:
* Added `graph` command for visualizing neighbourhoods of the
Bloom filter de Bruijn graph (produces GraphViz)

abyss-fixmate-ssq:
* Fixed missing tab in SAM output which broke ABySS linked reads
pipeline (Tigmint/ARCS)

2018-10-24 Ben Vandervalk <[email protected]>

* Release version 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion Misc/samtobreak.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2\n"
version = "abyss-samtobreak (ABySS) 2.1.3\n"
usage = "Usage: samtobreak [OPTION]... [FILE]...\n\
\Calculate contig and scaffold contiguity and correctness metrics.\n"

Expand Down
2 changes: 1 addition & 1 deletion bin/abyss-pe
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ help:
@echo 'Report bugs to https://github.com/bcgsc/abyss/issues or [email protected].'

version:
@echo "abyss-pe (ABySS) 2.1.2"
@echo "abyss-pe (ABySS) 2.1.3"
@echo "Written by Shaun Jackman and Anthony Raymond."
@echo
@echo "Copyright 2012 Canada's Michael Smith Genome Science Centre"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.62)
AC_INIT(ABySS, 2.1.2, [email protected], abyss,
AC_INIT(ABySS, 2.1.3, [email protected], abyss,
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
m4_include(m4/m4_ax_pthread.m4)
AM_INIT_AUTOMAKE(1.9.6 foreign subdir-objects)
Expand Down Expand Up @@ -263,7 +263,7 @@ elif test x"$enable_werror" = x"yes"; then
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra -Werror')
else
# default
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra -Werror')
AC_SUBST(AM_CXXFLAGS, '-Wall -Wextra')
fi

# Build abyss-paired-dbg and abyss-paired-dbg-mpi
Expand Down
2 changes: 1 addition & 1 deletion doc/ABYSS.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.1.2" "User Commands"
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.1.3" "User Commands"
.SH NAME
ABYSS \- assemble short reads into contigs
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/abyss-pe.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.1.2" "User Commands"
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.1.3" "User Commands"
.SH NAME
abyss-pe - assemble reads into contigs
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions doc/abyss-tofastq.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH abyss-tofastq "1" "2015-May" "ABySS 2.1.2" "User Commands"
.TH abyss-tofastq "1" "2015-May" "ABySS 2.1.3" "User Commands"
.SH NAME
abyss-tofastq \- convert various file formats to FASTQ format
.br
Expand All @@ -13,7 +13,7 @@ or
Convert the input files to FASTA or FASTQ format. FILE may be in
FASTA, FASTQ, qseq, export, SRA, SAM or BAM format and may be
compressed with gz, bz2 or xz and may be tarred.
jSH AUTHOR
.SH AUTHOR
Written by Shaun Jackman.
.SH "REPORTING BUGS"
Report bugs to <[email protected]>.
Expand Down

0 comments on commit 1655417

Please sign in to comment.