DavidsonGroup / flexiplex

The Flexible Demultiplexer
https://davidsongroup.github.io/flexiplex/
MIT License
23 stars 2 forks source link

Fix flexiplex_filter bug caused by small barcode lists #33

Closed olliecheng closed 4 months ago

olliecheng commented 4 months ago

In particularly small barcode lists, after duplicate counts are removed, the final length becomes smaller than the window size used for the rolling average.

This has been fixed so that small lists will not crash the application.