Skip to content

Commit

Permalink
Bump to 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreybarrick committed Jul 10, 2024
1 parent 247cd9e commit b9b43be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.39.0
* Fixed MAJOR ERRORS in assigning mutations to promoter regions of genes (#374)
* We are migrating the breseq documentation to the GitHub wiki. Please check there
for the most updated version. The docs packaged with breseq are sunsetting.
* Commands like breseq BAM2COV and BAM2ALN are now more forgiving in the ways regions can be specified.
* You can include commas in positions, which will be removed. REL606:627,165-627,185 instead of REL606:627,165-627,185
* You can provide just a single position REL606:627165 instead of REL606:627165-627165
* Hyphen-like characters (–) are automatically converted to hyphens (-).
* Removed an extra comma in gdtools COMPARE table output header (#368)

Version 0.38.3
* Miscellanous bug fixes related to nonstandard reference file loading.
* Fixed problem adding --isescan-results with Genbank input to breseq CONVERT-REFERENCE.
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.38.3], [[email protected]], [breseq], [http://barricklab.org/breseq])
AC_INIT([breseq], [0.39.0], [[email protected]], [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 b9b43be

Please sign in to comment.