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
Add param --plot_center to allow custom plots centered at a given point in plotCustomAllelePlot script (ecf23ef)
All sub-CRISPResso runs are run with 1 process in Batch, WGS, Pooled, etc. Because we added multiprocessing capabilities to CRISPResso (the plotting part) we thought it would be slick for CRISPRessoPooled to run sqrt(n_processes) CRISPResso processes with sqrt(n_processes) processes each. Unfortunately, sqrt(n) isn't a really useful number for the number of processes people usually run (e.g. 2 or 3 or even 8), and a lot of the CRISPResso processing isn't enabled to take advantage of multiprocessing (e.g. the alignment step), so processes were being wasted. So we reverted back to having n_processes CRISPResso processes, each with 1 process. (a923a7c)
Remove version checks for numpy and seaborn (90b43ea)
Fix allele plotting error for plot 5 referring to uninitialized y_max variable (53197e6)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Various improvements and bug fixes:
--plot_center
to allow custom plots centered at a given point in plotCustomAllelePlot script (ecf23ef)Full Changelog: v2.2.5...v2.2.6
This discussion was created from the release Basepairing Bern.
Beta Was this translation helpful? Give feedback.
All reactions