You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running cellbender on a large dataset, I kept running into problems similar to what's described in #343 and #190 .
I boiled it down to the fact that this condition was never met because my dataset is very big. I realized in practice max_total_droplets is hardcoded to 70000 (in the get_priors function signature, max_total_droplets has a default of const.MAX_TOTAL_DROPLETS_GUESSED, which is set to 70000here)