Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ROCK
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
ROCK
Commits
0e704854
Commit
0e704854
authored
3 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
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 with stage
Stage:
in 9 minutes and 49 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+6
-0
6 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
src/ROCKparams.cpp
+1
-1
1 addition, 1 deletion
src/ROCKparams.cpp
with
8 additions
and
2 deletions
NEWS
+
6
−
0
View file @
0e704854
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
* removed .undef files
* refactored code: now hashing a kmer and its reverse in the same loop.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
0e704854
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(rock, 1.9.
5
)
AC_INIT(rock, 1.9.
6
)
AC_CANONICAL_SYSTEM
...
...
This diff is collapsed.
Click to expand it.
src/ROCKparams.cpp
+
1
−
1
View file @
0e704854
...
...
@@ -41,7 +41,7 @@ const int ROCKparams::undef_ext;
void
usage
(
int
status
)
{
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
<<
"Reducing Over-Covering K-mers within FASTQ file(s)"
<<
endl
;
cout
<<
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment