Skip to content

Commit 47f785d

Browse files
csonesonmbstadler
andcommitted
Remove message about unaligned bases in read_mismatchbam_cpp
Co-authored-by: Michael Stadler <stadler.michael@gmail.com> Co-authored-by: Charlotte Soneson <charlottesoneson@gmail.com>
1 parent 2198286 commit 47f785d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/read_mismatchbam_cpp.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -861,10 +861,6 @@ Rcpp::List read_mismatchbam_cpp(std::string inname_str,
861861
}
862862
if (verbose) {
863863
cli_progress_done(bar);
864-
snprintf(buffer, buffer_len,
865-
"removed %llu unaligned (e.g. soft-masked) of %llu called bases",
866-
n_unaligned, n_total);
867-
cli_alert_info(buffer);
868864
snprintf(buffer, buffer_len, "read %u alignments", alncnt);
869865
cli_alert_info(buffer);
870866
}
@@ -898,7 +894,7 @@ Rcpp::List read_mismatchbam_cpp(std::string inname_str,
898894
Rcpp::List res;
899895

900896
if (windowSize > 0) {
901-
// Mode 3
897+
// Mode 3 or 4
902898
// create return list
903899
res = Rcpp::List::create(
904900
Rcpp::_["pair_counts"] = pair_counts

0 commit comments

Comments
 (0)