Skip to content
Snippets Groups Projects
Commit 0d421751 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

new version (1.9.2) of ROCK.

parent 54dfc3ab
No related branches found
No related tags found
No related merge requests found
New in version 1.9.2
* bugfix: when the expected number of distinct kmers was provided by the user with the -n option, it was converted to int instead of unsigned long
which led to incorrect values when calculating lamdba.
* new formula for computing the approximation of the number of distinct kmers in the CMS.
* Updated Usage.
New in version 1.9.1 New in version 1.9.1
* added option -f to allow thge users to specify what maximum value of collision probability they want in the CMS * added option -f to allow the users to specify what maximum value of collision probability they want in the CMS
New in version 1.9 New in version 1.9
* Removed option -p; processing PE as single (formerly -p 0) giving the best assembly results. * Removed option -p; processing PE as single (formerly -p 0) giving the best assembly results.
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(rock, 1.9.1) AC_INIT(rock, 1.9.2)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment