openneuro icon indicating copy to clipboard operation
openneuro copied to clipboard

bids validation hanging on ds005123?

Open DVSneuro opened this issue 7 months ago • 1 comments

What went wrong?

The BIDS validation step has running for over 24 hours on ds005123. Is it hanging? We never got it to complete before the snapshot was published, but we have confirmed locally that the dataset is valid.

Expected behavior

We expected the bids validation step to complete within a few minutes (or at least a few hours).

How to reproduce

  1. Go to https://openneuro.org/datasets/ds005123/versions/1.1.0
  2. Observe validation running (for 24+ hours)

Desktop

  • OS: iOS
  • Browser: Google Chrom
  • Version: 126.0.6478.183 (Official Build) (x86_64)

Phone

  • Device:
  • OS:
  • Browser:
  • Version:

Additional information

Our dataset might be a little larger than others. We have noticed locally that it fails the validation step if we do not include the --ignoreNiftiHeaders option as below:

singularity run --cleanenv -B /home/tug87422/work/rf1-dwi/bids:/data ~/work/tools/bids-validator-v1.14.6.sif /data --verbose --ignoreWarnings --ignoreNiftiHeaders --ignoreSubjectConsistency

I wonder if OpenNeuro could include options for the bids validation step? The --ignoreNiftiHeaders option seems to be critical with large datasets.

Thanks for any help!

David

DVSneuro avatar Jul 24 '24 02:07 DVSneuro