generated from seqan/library-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
1: void data_store::validate()
- We need to test whether
data_storeis set up correctly before we start executing hierarchical binning.
2: Refactor data_store
- If config is stored in
data_store, thedata_storecan get a constructor that initialises some members, e.g., the FPR correction, via IIILE. This would be more error proof. - The
data_storeis not very intuitive (and should be restructured) because it contains members that:- are given externally and are always
const - are given externally but change in recursive calls (e.g.
positions) - are local but
const - are local but will change in iterations of the DP (e.g.
union_estimation)
- are given externally and are always
Originally posted by @smehringer in #224 (comment)
Metadata
Metadata
Assignees
Labels
No labels