-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XLSX derivative files. #5
Comments
i'm not sure it doesn't support it under derivatives. but indeed should be checked if these could be converted to tsv. |
The string |
derivatives don't have the same restrictions as "rawdata" for either names or types as far as i know. thus technically you could store anything in any name as long as the pipeline and dataset type for the derived dataset was covered in a dataset_description.json. see:
for various derivatives standardization is going to take a while, so best practice is going to be more important than invalid. specifically see this section: |
ok, I stand corrected. In that case we should either be extra demanding and require BIDS-style derivatives only, or just forego validation for derivatives. This also means that most of my new issues can technically be disregarded, and I should just make sure that the derivatives directory is skipped. |
i think we should still check the derivative dataset convention (e.g., dataset_description existence and fields). the naming convention is a bit moot at this point but perhaps we could build up warnings for them. |
BIDS does not support
*.xlsx
files.There are a number of such files in the derivatives:
Ideally they should be dealt with in one of the following manners:
.tsv
or.json
The text was updated successfully, but these errors were encountered: