From c3071c68d4371a77cc617e17ce73960541a9c981 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 20 Jun 2024 03:19:06 -0400 Subject: [PATCH] Correct mistyped name of "dataset_description.json" --- src/common-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-principles.md b/src/common-principles.md index da87a35e06..0a42e4a885 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -351,7 +351,7 @@ Derivatives can be stored/distributed in two ways: it is anticipated that the same pipeline will output more than one variant (for example, `AFNI-blurring` and `AFNI-noblurring`). For the sake of consistency, the subdirectory name SHOULD be - the `GeneratedBy.Name` field in `data_description.json`, + the `GeneratedBy.Name` field in `dataset_description.json`, optionally followed by a hyphen and a suffix (see [Derived dataset and pipeline description][derived-dataset-description]).