bids-standard / legacy-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/legacy-validator/
MIT License
186 stars 111 forks source link

deno: chokes on `derivatives/bagel.csv` #2008

Closed yarikoptic closed 3 months ago

yarikoptic commented 5 months ago

AFAIK we do not mandate naming under derivatives/. But I am getting

❯ bids-validator-deno $PWD
    [ERROR] 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. (NOT_INCLUDED)

        ./derivatives/bagel.csv

        1 more files with the same issue

    Please visit https://neurostars.org/search?q=NOT_INCLUDED for existing conversations about this issue.
effigies commented 3 months ago

Should be fixed by https://github.com/bids-standard/bids-validator/pull/2065.