-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Tabular metadata rules for both top and second-level tabular files
* Representation of second-level files added. * Homogenization of modality and non-modality file representation. * Documenting file identifiers such as README and _sessions as suffixes.. Co-authored-by: Taylor Salo <[email protected]>
- Loading branch information
1 parent
e47283a
commit 566543b
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
# scans.tsv | ||
- suffixes: | ||
- scans | ||
extensions: | ||
- .tsv | ||
- .json | ||
entities: | ||
subject: required | ||
# session is required if session is present in the dataset. | ||
session: optional | ||
# sessions.tsv | ||
# This file may only exist if session is present in the dataset. | ||
- suffixes: | ||
- sessions | ||
extensions: | ||
- .tsv | ||
- .json | ||
entities: | ||
subject: required |