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

New version 1.9.6 with bugfix

parent 973909d7
No related branches found
No related tags found
No related merge requests found
Pipeline #72894 passed
New in version 1.9.6
* Fixed bug that caused wrong results when a + char was encounterd in read identifier.
New in version 1.9.5
* Fixed bug that caused the rest of the score line to be ignored when a + char was encountered in it.
New in version 1.9.4 New in version 1.9.4
* removed .undef files * removed .undef files
* refactored code: now hashing a kmer and its reverse in the same loop. * refactored code: now hashing a kmer and its reverse in the same loop.
......
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.5) AC_INIT(rock, 1.9.6)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
......
...@@ -41,7 +41,7 @@ const int ROCKparams::undef_ext; ...@@ -41,7 +41,7 @@ const int ROCKparams::undef_ext;
void usage(int status) { void usage(int status) {
cout<<endl; cout<<endl;
cout<<"ROCK 1.9.5 Copyright (C) 2016-2021 Institut Pasteur"<<endl; cout<<"ROCK 1.9.6 Copyright (C) 2016-2021 Institut Pasteur"<<endl;
cout<<endl; cout<<endl;
cout<<"Reducing Over-Covering K-mers within FASTQ file(s)"<<endl; cout<<"Reducing Over-Covering K-mers within FASTQ file(s)"<<endl;
cout<<endl; cout<<endl;
......
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