BinReadStorage: Make sure init() is launched just once.
Launching init several times will allocate several times score_bins and nb_scores which will cause memory leaks. This is particularly the case in the WindowExtractor() which calls BinReadStorage on germline->code but we can have different germlines with the same germline->code.
Please register or sign in to comment