-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Implement support for library schemas #67
Comments
Is there anything I could do to help get this feature implemented and added to the BIDS Validator? I'm working with Jorge Valdes-Sosa and Jorge Bosch from the Global Brain Consortium to develop an application to read/write HED SCORE tags to BIDS datasets, and a major concern of ours is that we currently have to ignore the HED errors generated during validation. Looks like there's an open pull request (#75), but I thought I'd offer my support if it's useful. |
Yes this is a top priority for us too. There are three aspects to getting that done:
Here is the status of these things: The BIDS spec has to be changed. There is a Draft PR on the BIDS specification. However, I am holding off on moving this to a PR, because I think a couple of changes need to be made. Hopefully, we'll resolve those soon and finalize the interface in Modifying the stub in the bids-validator: Once the spec has been agreed upon, then work can begin on this. Modifying the Bottom line: I am working to resolve No. 1 and @happy5214 is working on No. 3. Once No. 1 has been resolved and moved to a regular pull request in the BIDS Specification, we could use your help on No. 2. You would need to look at how the |
Perfect! I'll keep my eye on that Draft PR and coordinate further once it's through. |
Hi @VisLab and @happy5214! What's the status of each of the three points mentioned above? I see that there's a draft pull request—though it has not been merged to close out this issue. |
We are working very hard to get this working. All commits are on the
library-schemas branch. Our goal is to get everything in for the next
release of the BIDS specification.
…On Wed, Aug 24, 2022 at 9:36 AM Garrett Michael Flynn < ***@***.***> wrote:
Hi @VisLab <https://github.com/VisLab> and @happy5214
<https://github.com/happy5214>! What's the status of each of the three
points mentioned above?
I see that there's a draft pull request—though it has not been merged to
close out this issue.
—
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJCJORQLJCM2463CPRYNHDV2YXOJANCNFSM5VUC4OAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The HED 3 spec allows people to implement library schemas to supplement the base schema. We must support these library schemas by writing code to load them, modifying the parser to detect when they are used in tags, and adjusting existing code to reference their
SchemaEntry
data when tags are pulled from them.The text was updated successfully, but these errors were encountered: