Skip to content

Commit

Permalink
Incremented version to 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreybarrick committed May 16, 2017
1 parent 5a7ec72 commit 4379201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.30.1
* Command line options added to allow control over how reads are filtered.
* Reads with length ≤18 are now ignored by default to avoid problematic memory usage associated
with how they can ambiguously match many different junction sequences.
* Fixed bugs related to duplicate INS/DEL mutations being predicted in polymorphism mode.

Version 0.30.0
* Options used in calls to bowtie2 were changed to be compatible with v2.3.0. These changes
may result in (small) changes in how reads are aligned versus in older breseq versions.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([breseq], [0.30.0], [jeffrey.e.barrick@gmail.com], [breseq], [http://barricklab.org/breseq])
AC_INIT([breseq], [0.30.1], [jeffrey.e.barrick@gmail.com], [breseq], [http://barricklab.org/breseq])
AC_CONFIG_AUX_DIR(aux_build)
AC_CONFIG_MACRO_DIR([aux_build/m4])
AC_CONFIG_HEADERS([aux_build/config.h])
Expand Down

0 comments on commit 4379201

Please sign in to comment.