-
Notifications
You must be signed in to change notification settings - Fork 45
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
add iupac goldbook #188
add iupac goldbook #188
Conversation
@MicPie is there still something you wanted to do? Otherwise, I'd add the text type and merge it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try to validate? I think it should have failed with OTHER
?
Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
@MicPie todo: change to |
…tests run through
…tests run through for yaml
@@ -14,6 +14,9 @@ identifiers: | |||
- id: SMILES | |||
type: SMILES | |||
description: SMILES | |||
- id: compound_id | |||
type: Other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type: Other | |
type: Other | |
sample: false |
@@ -28,6 +28,11 @@ | |||
"type": "SMILES", # can be "SMILES", "SELFIES", "IUPAC", "OTHER" | |||
"description": "SMILES", # description (optional, except for "OTHER") | |||
}, | |||
{ | |||
"id": "compound_id", | |||
"type": "Other", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"type": "Other", | |
"sample": False, | |
"type": "Other", |
validation should probably work when merged in main |
No description provided.