Skip to content

Commit dde1da3

Browse files
src/analysis/nanopore.cpp: removing a commented out line
1 parent ebb2c58 commit dde1da3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analysis/nanopore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,6 @@ main_nanocount(int argc, char *argv[]) -> int { // NOLINT(*-avoid-c-arrays)
10871087
<< "[mods only at CpGs: " << mods_at_cpgs << "]\n"
10881088
<< rp.tostring();
10891089

1090-
// const auto [mc, mps] = rp(mapped_reads_file, outfile, chroms_file);
10911090
const auto mps = rp(mapped_reads_file, outfile, chroms_file);
10921091
if (!stats_file.empty()) {
10931092
std::ofstream stats_out(stats_file);

0 commit comments

Comments
 (0)