We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a built version (particularly the current draft of 0.0.15 on Windows) but don't know if it's problem on dev (assuming it is)
Make a new pipeline, and select a single data format (Bruker single tiff)
Specify the GIN file .../ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000
.../ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000
Proceed to metadata customization page, fill everything in and try to proceed
index-b8682a56.js:57040 Uncaught (in promise) Error: Ophys requires property "definitions". at JSONSchemaForm.throw (index-b8682a56.js:57040:11) at JSONSchemaForm.validate (index-b8682a56.js:57087:19) at async GuidedFooter.onNext [as __onNext] (index-b8682a56.js:182993:9)
Windows
0.0.15
Yes
The text was updated successfully, but these errors were encountered:
After this one we can probably cut a release
Sorry, something went wrong.
This has a fairly simple cause. Definitions should not exist on the JSON Schema properties itself but one level lower: https://json-schema.org/understanding-json-schema/structuring#bundling
Looks like something is wrong with the BrukerTiffSinglePlaneConverter schema.
BrukerTiffSinglePlaneConverter
definitions
properties
This has been patched locally and official solution in progress on NeuroConv
garrettmflynn
No branches or pull requests
Describe the issue
Using a built version (particularly the current draft of 0.0.15 on Windows) but don't know if it's problem on dev (assuming it is)
Make a new pipeline, and select a single data format (Bruker single tiff)
Specify the GIN file
.../ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000
Proceed to metadata customization page, fill everything in and try to proceed
Steps to Reproduce
index-b8682a56.js:57040 Uncaught (in promise) Error: Ophys requires property "definitions".
at JSONSchemaForm.throw (index-b8682a56.js:57040:11)
at JSONSchemaForm.validate (index-b8682a56.js:57087:19)
at async GuidedFooter.onNext [as __onNext] (index-b8682a56.js:182993:9)
Operating System
Windows
GUIDE Version
0.0.15
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: