edilytics / CRISPResso2

Analysis of deep sequencing data for rapid and intuitive interpretation of genome editing experiments
Other
0 stars 1 forks source link

Fix batch mode pandas warning. #70

Closed mbowcut2 closed 6 months ago

mbowcut2 commented 6 months ago

Refactors to call method fillna() on DataFrame rather than column Series, per warning docs.

Fixes EDI-68