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
Hi everyone,
I am getting the two messages below while validating a single bids directory
which seem to contradict each other. I interpret the error to say that I shouldn't have a sessions.json file and the
warning to say that I should add a sessions.json.
1: [ERR] Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset (see https://github.com/bids-standard/bids-validator#bidsignore for details). Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder. (code: 1 - NOT_INCLUDED)
./sessions.json
Evidence: sessions.json
and that:
2: [WARN] Tabular file contains custom columns not described in a data dictionary (code: 82 - CUSTOM_COLUMN_WITHOUT_DESCRIPTION)
./sub-10/sub-10_sessions.tsv
Evidence: Columns: comments not defined, please define in: /sessions.json, /sub-10/sub-10_sessions.json
I am using bids version 1.14.4 on Linux.
Thanks in advance,
Achilleas
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am getting the two messages below while validating a single bids directory
which seem to contradict each other. I interpret the error to say that I shouldn't have a sessions.json file and the
warning to say that I should add a sessions.json.
and that:
2: [WARN] Tabular file contains custom columns not described in a data dictionary (code: 82 - CUSTOM_COLUMN_WITHOUT_DESCRIPTION)
./sub-10/sub-10_sessions.tsv
Evidence: Columns: comments not defined, please define in: /sessions.json, /sub-10/sub-10_sessions.json
I am using bids version 1.14.4 on Linux.
Thanks in advance,
Achilleas
The text was updated successfully, but these errors were encountered: