Skip to content

Add guards and determinism (sorting/emission-wise)#5

Merged
imallona merged 1 commit into
mainfrom
dev2
Apr 29, 2026
Merged

Add guards and determinism (sorting/emission-wise)#5
imallona merged 1 commit into
mainfrom
dev2

Conversation

@imallona
Copy link
Copy Markdown
Owner

No description provided.

Integrator.h and StitchedER.h: move #endif to end of file so the class definition is actually inside the include guard.
Integrator::stitch_up: sort chromosome keys before iterating so output
    order is deterministic across runs and platforms.
Parser::extract_inputs: when fastder is built without libBigWig, a .bw
    input is now a hard error rather than a silent empty sample that would
    bias mean coverage.
Averager::compute_mean_coverage: pre-build a vector of pointers to each
    chromosome's sample list so worker threads read by index, avoiding
    non-const operator[] access on a shared map.
@imallona imallona merged commit 58d1a7a into main Apr 29, 2026
2 checks passed
@imallona imallona deleted the dev2 branch April 29, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant