PeerHerholz / BIDSonym

a BIDS app for pseudo-anonymization of neuroimaging data
https://peerherholz.github.io/BIDSonym/
BSD 3-Clause "New" or "Revised" License
51 stars 12 forks source link

Add option to skip BIDS validation #35

Closed yarikoptic closed 3 years ago

yarikoptic commented 4 years ago

fmriprep provides

  --skip_bids_validation, --skip-bids-validation
                        assume the input dataset is BIDS compliant and skip
                        the validation (default: False)

and I think it would be great if BIDSonym did that too ;-)

edit: filed https://github.com/bids-standard/bids-validator/issues/1050 to make it possible to make bids-validator more git-annex friendly but it would still require passing an option to it

yarikoptic commented 4 years ago

might be even worth adding an option to pass options into bids validator? (e.g. --version to discover what version of it is bundled within bidsonym container while effectively skipping validator ;) )

yarikoptic commented 4 years ago

May be @chrispycheng would be interested to submit a PR for this!?