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
da2ad332
Commit
da2ad332
authored
1 month ago
by
Véronique LEGRAND
Browse files
Options
Downloads
Patches
Plain Diff
finalizing things for version 2.1
parent
4ea2f7cb
No related branches found
No related tags found
No related merge requests found
Pipeline
#149948
passed with stage
in 20 minutes and 51 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
src/ROCKparams.cpp
+1
-1
1 addition, 1 deletion
src/ROCKparams.cpp
with
2 additions
and
2 deletions
configure.ac
+
1
−
1
View file @
da2ad332
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.69])
AC_PREREQ([2.69])
AC_INIT([rock],[2.
0
])
AC_INIT([rock],[2.
1
])
AC_CANONICAL_TARGET
AC_CANONICAL_TARGET
...
...
This diff is collapsed.
Click to expand it.
src/ROCKparams.cpp
+
1
−
1
View file @
da2ad332
...
@@ -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 2.
0
Copyright (C) 2016-2022 Institut Pasteur"
<<
endl
;
cout
<<
"ROCK 2.
1
Copyright (C) 2016-2022 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
;
...
...
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