beagle icon indicating copy to clipboard operation
beagle copied to clipboard

Migrate to Maven Central Portal

Open pandulapeter opened this issue 7 months ago • 4 comments

This branch implements examples according to https://github.com/bids-standard/bids-specification/pull/1714 (rendered: https://bids-specification--1714.org.readthedocs.build/en/1714/).

Please make PRs against the bep038 branch, and we will merge this PR as a part of merging BEP038.

xref https://github.com/bids-standard/bids-validator/pull/288

pandulapeter avatar May 07 '25 09:05 pandulapeter

@oesteban Notes on atlas-suit:

  • atlas-*_description.json does not currently have a file rule. From reading the BEP, it looks like it can occur at any level of the hierarchy, which is not possible with the current structure of file rules. Is it problematic to require it to be found at the dataset root?
  • *_dseg.tsv need to be non-empty files.
  • *_stat-confidence_* - The stat entity is not defined.

Otherwise, this needs very little adjustment to the validator.

effigies avatar Jun 17 '25 19:06 effigies

  • atlas-*_description.json does not currently have a file rule. From reading the BEP, it looks like it can occur at any level of the hierarchy, which is not possible with the current structure of file rules. Is it problematic to require it to be found at the dataset root?

I don't think this should be a problem.

  • *_dseg.tsv need to be non-empty files.

Gotcha, will give them content.

  • *_stat-confidence_* - The stat entity is not defined.

desc then?

oesteban avatar Jun 17 '25 20:06 oesteban

  • *_stat-confidence_* - The stat entity is not defined.

desc then?

Sounds good to me.

effigies avatar Jun 17 '25 20:06 effigies

I have added an example for an atlas we made, and want to distribute - this is thus a dataset. I think this is correct ?? I can see some redundancy between the dataset_description.json and the atlas-ONPNeuroMarkflorbetapir_description.json what do you guys think? @oesteban @effigies

CPernet avatar Aug 18 '25 10:08 CPernet