File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Flip default for {attr}` anndata.settings.disallow_forward_slash_in_h5ad ` {user}` flying-sheep `
1+ Flip default for {attr}` anndata.settings.disallow_forward_slash_in_h5ad ` .
2+ Document writing to ` k="/" ` in {func}` ~anndata.io.write_elem ` and check ` k ` more strictly {user}` flying-sheep `
Original file line number Diff line number Diff line change @@ -521,8 +521,9 @@ def write_elem(
521521 store
522522 The group to write to.
523523 k
524- The key to write to in the group. Note that absolute paths will be written
525- from the root.
524+ The key to write into the group.
525+ If the group is the root, set `k` to `"/"` to write directly into it.
526+ Passing an absolute path referring to a direct child of the group is also allowed.
526527 elem
527528 The element to write. Typically an in-memory object, e.g. an AnnData, pandas
528529 dataframe, scipy sparse matrix, etc.
You can’t perform that action at this time.
0 commit comments