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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[0.14.0] - 2023-10-05
Added
Lazy option for edge list loading (pixeldataset.edgelist_lazy), which returns a polarsLazyFrame that can be used to operate on the edge list without reading
all of it into memory.
Option (ignore_edgelists) to skip the edge lists when aggregating files. This defaults
to False.
Changed
Types on the edge list in memory will utilize the pandascategory type for string, and uint16 for numeric values to lower the memory consumption when working with the
edge list
Remove --pbs1 and --pbs2 commandline arguments to pixelator single-cell adapterqc.
Restructure report figures.
Improve metric names and tooltips in the report.
Synchronize zoom level between the scatter plots in cell annotations section of the report.
Add report placeholder for missing cell annotation data
Add Fraction of discarded UMIs and Avg. Reads per Molecule metrics to the report.
Fixed
Fix an issue where pixelator --version would return 0.0.0 when installing in editable mode.