Skip to content

Msa var inf positions optimalization

Robin van Esch requested to merge msa_var_inf_positions_optimalization into develop

Calculating the variable/informative positions after MSA takes a silly amount of time even for a function without parallelization. I discovered a bunch of ArrayLists used only for contains() functions... They have been changed to Sets.

Merge request reports