From aebd55b94ae33f0f429c593c797766ebdc270525 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Sun, 22 Sep 2024 08:48:36 +0200 Subject: [PATCH] fix component name --- src/control_methods/embed_cell_types/config.vsh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control_methods/embed_cell_types/config.vsh.yaml b/src/control_methods/embed_cell_types/config.vsh.yaml index 81e4d8bf..76fcdb78 100644 --- a/src/control_methods/embed_cell_types/config.vsh.yaml +++ b/src/control_methods/embed_cell_types/config.vsh.yaml @@ -1,5 +1,5 @@ __merge__: /src/api/comp_control_method.yaml -name: embed_by_cell_type +name: embed_cell_types label: Embed cell types summary: Cells are embedded as a one-hot encoding of celltype labels description: Cells are embedded as a one-hot encoding of celltype labels