Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
traymond committed Jul 31, 2013
1 parent ca42fc1 commit c1c45b5
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
37 changes: 37 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
2013-07-15 Anthony Raymond <traymond@bcgsc.ca>

* Release version 1.3.6
* Improved documentation for GitHub devs.
* ABYSS-P performance improvement.
* Various portability and bug fixes.

abyss-mergepairs:
* Fix program name.

abyss-fac:
* New option --exp-size to give the expected genome size needed
for NG50 calculation.
* New option --count-ambig include ambiguities in calculations.

ABYSS/ABYSS-P:
* Performance improvement. Runtime reduced by ~20%.
* Fix support for MPICH.

abyss-map:
* No longer require POPCNT instruction.
* New option --order to force output order the same as input.

abyss-filtergraph:
* New option --remove to remove specified contigs from graph.

PopBubbles:
* Bug fix. Setting branches > 2 will now work.

abyss-fixmate:
* Improved error when first and second read IDs do not match.
* New option --cov to compute and store the physical coverage in
a Wiggle file.

AdjIO:
* Bug fix for non-GCC compilers.

2013-03-04 Anthony Raymond <traymond@bcgsc.ca>

* Release version 1.3.5
Expand Down
2 changes: 1 addition & 1 deletion bin/abyss-pe
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Report bugs to <abyss-users@bcgsc.ca>.\n'

version:
@printf '\
abyss-pe (ABySS) 1.3.5\n\
abyss-pe (ABySS) 1.3.6\n\
Written by Shaun Jackman.\n\
\n\
Copyright 2012 Canada'\''s Michael Smith Genome Science Centre\n'
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(ABySS, 1.3.5, abyss-users@bcgsc.ca, abyss,
AC_INIT(ABySS, 1.3.6, abyss-users@bcgsc.ca, abyss,
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
AM_INIT_AUTOMAKE(foreign)
AC_CONFIG_SRCDIR([ABYSS/Abyss.cpp])
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" "2013-Mar" "ABYSS (ABySS) 1.3.5" "User Commands"
.TH ABYSS "1" "2013-Jul" "ABYSS (ABySS) 1.3.6" "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" "2013-Mar" "abyss-pe (ABySS) 1.3.5" "User Commands"
.TH abyss-pe "1" "2013-Jul" "abyss-pe (ABySS) 1.3.6" "User Commands"
.SH NAME
abyss-pe - assemble reads into contigs
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/abyss-tofastq.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH abyss-tofastq "1" "2013-Mar" "ABySS 1.3.5" "User Commands"
.TH abyss-tofastq "1" "2013-Jul" "ABySS 1.3.6" "User Commands"
.SH NAME
abyss-tofastq \- convert various file formats to FASTQ format
.br
Expand Down

0 comments on commit c1c45b5

Please sign in to comment.