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
--features accepts multiple BEDs, scored in one cell-read pass. Each BED
writes its own triplet <prefix>.<label>.{cell_feature,feature,pair_counts}.tsv.gz
(<label> is the BED basename). A single --features keeps the old paths.
Changed
Streamed scoring: rows written per cell, aggregates updated as it goes. Peak
memory is bounded by threads x one cell-and-feature-set batch, not the full
cells x feature-sets x features matrix.
Cells scored in parallel. cell_feature/pair_counts row order is now
cell-interleaved (key by cell_id); feature.tsv.gz stays sorted.
Workflow: CRC/Ecker/Argelaguet feature rules run amet once per cell-group
combo. Output names changed from <annotation>_<combo>.* to <combo>.<annotation>.*.