Skip to content

Commit

Permalink
quality padding is now set to Q40 for both possible offset values
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jul 1, 2024
1 parent 9073ce4 commit be0bf9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vsearch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5939,6 +5939,10 @@ auto main(int argc, char** argv) -> int
}
else if (parameters.opt_fastq_join)
{
if ((not parameters.opt_join_padgapq_set_by_user) and
(parameters.opt_fastq_ascii != default_ascii_offset)) {
parameters.opt_join_padgapq = alternative_quality_padding;
}
fastq_join(parameters);
}
else if (parameters.opt_rereplicate)
Expand Down

0 comments on commit be0bf9b

Please sign in to comment.