Skip to content

Commit a287263

Browse files
Fix from_h5mu_to_h5mu: use __merge__ instead of __inherits__
1 parent df436a8 commit a287263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert/from_10xh5_to_h5mu/config.vsh.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ functionality:
2929
description: Output h5mu file.
3030
example: output.h5mu
3131
direction: output
32-
__inherits__: api_output.yaml
32+
__merge__: api_output.yaml
3333
- name: "--uns_metrics"
3434
type: string
3535
description: Name of the .uns slot under which to QC metrics (if any).

0 commit comments

Comments
 (0)