We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d0f9a commit 5004a5eCopy full SHA for 5004a5e
1 file changed
src/gc_extrap.cpp
@@ -156,7 +156,7 @@ gc_extrap_main(int argc, char *argv[]) { // NOLINT(*-avoid-c-arrays)
156
157
const auto input_format = BAM_FORMAT_INPUT ? "BAM" : "BED";
158
if (verbose)
159
- std::cerr << "LOADING READS (" << input_format << "format)\n";
+ std::cerr << "LOADING READS (" << input_format << " format)\n";
160
161
std::vector<double> coverage_hist;
162
const auto n_reads = [&] {
0 commit comments