-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to handle attributes that are "not available" ? #82
Comments
I think at least one of "Not available" or "Not applicable" should apply to all the attributes marked with * (star). In this way we know they have been inspected and marked correspondingly , either with an annotation or with "Not available" / "Not applicable". |
Absolutely |
this done gracefully in biotools_dev.xsd for |
For `license' I added "Unlicensed" to the enum. "Not available" on |
With the other changes (above) this nails, from the schema perspective, the issue of "Not available" in the information standard (#77, https://github.com/bio-tools/biotoolsSchemaDocs/blob/master/information_requirement.rst) |
footnote cc @hansioan we'll soon have an "applicability matrix" of attributes in the standard (more precisely, biotoolsSchema elements) vs. tool types, which can be used when computing stats on compliance to the standards |
i.e. to support mooted information standard for bio.tools, based on biotoolsSchema.
The proposal is
<publication>
,<input>
,<output>
,<link>
anddownload
) e.g. "NotAvailable" which can be set trueI think this is better than a purely generic approach, e.g. simply adding a boolean for all attributes (which I think would bloat the schema / serialisation formats unnecessarily)
Thoughts? cc @ekry
The text was updated successfully, but these errors were encountered: