Skip to content

add treap for deleted sequences

rmuntean requested to merge treap_for_del_locations into main

add a new treap in CTC structure for deleted_location_ids.

We will insert sequences into this treap all the time when we delete a sequence from locations_ids.

Added a flag to the freq_bp query to mention if we want to take into account the corresponding deleted treap.

Some small fixes in h5 helper file when the size of the inserted array is 0.

Some code cleaning.

Edited by rmuntean

Merge request reports

Loading