Skip to content

Commit

Permalink
Get --peaks count before bed_unify()
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmt committed Jun 13, 2024
1 parent e6a3ebf commit 278d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quaqc.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ static int quaqc_main(int argc, char *argv[]) {
if (params->peaks == NULL) {
quit("Failed to read --peaks.");
}
bed_unify(params->peaks);
params->peaks_n = bed_n(params->peaks);
bed_unify(params->peaks);
break;
case TSS:
if (params->tss != NULL) {
Expand Down

0 comments on commit 278d375

Please sign in to comment.