Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
Main changes are a big speed increase to long reads (eg PB HiFi) and
some tweaking of the HiFi default parameters to remove the quality
cap.

This was requested by users, but feel free to use

    crumble -Y0.1 -u50 -U50 -p16

to emulate the previous pbccs profile.
  • Loading branch information
jkbonfield committed Feb 23, 2023
1 parent 021a207 commit 8bc1fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# DEALINGS IN THE SOFTWARE.

dnl Process this file with autoconf to produce a configure script
AC_INIT([Crumble], 0.9.0)
AC_INIT([Crumble], 0.9.1)
AC_PREREQ([2.63]) dnl This version introduced 4-argument AC_CHECK_HEADER

AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion snp_score.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

//#define DEBUG

#define CRUMBLE_VERSION "0.9.0"
#define CRUMBLE_VERSION "0.9.1"

/*
* Prunes quality based on snp calling score.
Expand Down

0 comments on commit 8bc1fae

Please sign in to comment.