Toggling filter/masks does not always turn them off. Only the first checked filter/mask is applied and later ones ignored based on construction of apply filters. Toggling filters also does not allow for turning them off since self.data[sample_id]['mask'] always uses the masks saved in self.data[sample_id] without resetting them.
Toggling filter/masks does not always turn them off. Only the first checked filter/mask is applied and later ones ignored based on construction of apply filters. Toggling filters also does not allow for turning them off since self.data[sample_id]['mask'] always uses the masks saved in self.data[sample_id] without resetting them.