From bf397183816fcd02cb6b65d56657337f5b943125 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 27 Mar 2024 13:53:57 +0100 Subject: [PATCH] fix: replace SHOULD with MUST in last changes (cc @effigies) Please revert if these should not be replaced. --- src/common-principles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-principles.md b/src/common-principles.md index 1c7165d0a5..0bd9b5891c 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -439,7 +439,7 @@ large numbers of rows MAY be saved as [compressed tabular files (with extension `.tsv.gz`)](#compressed-tabular-files), which are introduced below. Plain-text TSV and compressed TSV are not interchangeable, that is, each section -of the specification prescribes which one SHOULD be used for the data type at +of the specification prescribes which one MUST be used for the data type at hand. Each TSV file MUST start with a header line listing the names of all columns with two exceptions: @@ -562,7 +562,7 @@ like in the example below. ### Compressed tabular files -Large tabular information, such as physiological recordings, SHOULD be stored with +Large tabular information, such as physiological recordings, MUST be stored with [compressed tab-delineated (TSVGZ) files](glossary.md#tsvgz-extensions) when so established by the specifications. Rules for formatting plain-text tabular files apply to TSVGZ files with three exceptions: