Skip to content

Commit 8c9b768

Browse files
committed
consolidate insert_partial_items and move_anndata_slots into metadata/copy_modality_slots
1 parent f071adf commit 8c9b768

7 files changed

Lines changed: 1181 additions & 1248 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* `dimred/pca`: added possibility to do chunked processing using arguments `chunks` and `chunk_size`. Also added a `seed` argument in order to better control the variability between executions (PR #1157).
1414

15-
* `dataflow/insert_partial_items`: added a component to insert items from one MuData object into another (PR #1166).
15+
* `metadata/copy_modality_slots`: added a component to copy slots (`.obs`, `.var`, `.layers`, `.obsm`, `.varm`, `.obsp`, `.varp`, `.uns`) from a modality in one MuData file into a modality in another. Source and target index sets must match by default; `--allow_partial` permits source to be a strict subset (with NaN-fill). Supports `__auto__` to copy items missing from target, `--allow_overwrite`, `--var_match_column`, and cross-modality transfers (PR #1166).
1616

1717
## MAJOR CHANGES
1818

src/dataflow/insert_partial_items/config.vsh.yaml

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)