Open eseiler opened 1 year ago
double max_rearrangement_ratio{0.5};
bool disable_estimate_union{false};
bool disable_rearrangement{false};
max_rearrangement_ratio == 0.0
means disable_rearrangement == true
.
Estimate union should improve layout.
How much runtime does union estimate and rearrangement add?
Maybe always do union estimate. max_rearrangement_ratio
controls rearrangement.
double max_rearrangement_ratio{0.5};
// bool disable_estimate_union{false}; REMOVED
// bool disable_rearrangement{false}; REMOVED
#ifdef RAPTOR_OLD_HIBF
for serialization and remove filenames from lib (#82)#ifdef RAPTOR_OLD_HIBF
afterwardsread_from
/write_to
should have error handling. Should it always consume until the appropriate prefix appears?Done:
const &
(#66)hibf.bulk_containes
tohibf.membership_for
(#55)hibf
->seqan::hibf
(#51)16
32
39