bioimage-io / bioimageio-uploader

1 stars 2 forks source link

Validation failure due to spec validator with empty-string orcid #23

Closed jmetz closed 9 months ago

jmetz commented 9 months ago

The validation (using the imjoy plugin: 'spec-bioimage-io/dev/scripts/bio-rdf-validator.imjoy.html', which itself uses bioimageio.spec currently fails on the test model.

The model uses spec 0.2, so this issue is probably best side-stepped for now.

Recommended workaround

Remove rdf athours orcid key if it's empty.

jmetz commented 9 months ago

NB this is a posthumous issue report, this was fixed in a recent commit: 5a2cabb9

https://github.com/jmetz/biomageio-uploader/blob/efb5ebcc723613f00afa1c964f3364b770105c35/src/lib/uploader.js#L207-L211