From 6868f1f6780e3dacf16fd222d1eb5fa19a2db77a Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Thu, 17 Oct 2024 09:51:42 -0500 Subject: [PATCH] add anat to datatypes field for timeseries no task in schema/rules/files/raw/task --- src/schema/rules/files/raw/task.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/schema/rules/files/raw/task.yaml b/src/schema/rules/files/raw/task.yaml index 812765a063..d2617ec5cd 100644 --- a/src/schema/rules/files/raw/task.yaml +++ b/src/schema/rules/files/raw/task.yaml @@ -46,6 +46,7 @@ timeseries__mri_no_task: - .tsv.gz - .json datatypes: + - anat - dwi - perf entities: @@ -101,6 +102,24 @@ events__mrs: nucleus: optional volume: optional +timeseries__anat: + $ref: rules.files.raw.task.timeseries + datatypes: + - anat + entities: + $ref: rules.files.raw.task.timeseries.entities + subject: required + session: optional + task: optional + acquisition: optional + ceagent: optional + reconstruction: optional + run: optional + echo: optional + part: optional + chunk: optional + + timeseries__func: $ref: rules.files.raw.task.timeseries datatypes: