You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two problems I wasn't able to address in #1707:
The filename template-building macro isn't working. This is because the descriptions.tsv file has unique rules, unlike other files in the schema. Namely, it can appear at the top level of the dataset, or in subject-level folders, or in session-level folders, but not in datatype-level folders.
I think trying to support subject-level and session-level descriptions is probably unnecessary, and overcomplicates things.
Rules/checks not implemented in schema.
We probably want to warn users if any descriptions in the TSV file aren't reflected in the dataset, or vice versa, but I couldn't figure out how to actually implement this in the schema, nor in the validator.
The text was updated successfully, but these errors were encountered:
tsalo
added
bug
Something isn't working
schema
Issues related to the YAML schema representation of the specification. Patch version release.
labels
Feb 22, 2024
There are two problems I wasn't able to address in #1707:
descriptions.tsv
file has unique rules, unlike other files in the schema. Namely, it can appear at the top level of the dataset, or in subject-level folders, or in session-level folders, but not in datatype-level folders.Originally posted by @tsalo in #1707 (comment)
The text was updated successfully, but these errors were encountered: