From 388b194a9e42ddd26b87e52c4888cde743c603a6 Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Thu, 28 Nov 2024 14:50:57 +0100 Subject: [PATCH] update docstring of build_caps_directory --- clinica/utils/testing_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clinica/utils/testing_utils.py b/clinica/utils/testing_utils.py index 170492dea..35c078e11 100644 --- a/clinica/utils/testing_utils.py +++ b/clinica/utils/testing_utils.py @@ -150,7 +150,8 @@ def build_caps_directory(directory: Path, configuration: dict) -> Path: Dictionary containing the configuration for building the fake CAPS directory. It should have the following structure: - "groups": ["group_labels"...] - - "pipelines": ["pipeline_names"...] + - "pipelines": {"pipeline_names": config}, where config is a dictionary + specifying more details for the files that should be written. - "subjects": {"subject_labels": ["session_labels"...]}. Returns