-
Notifications
You must be signed in to change notification settings - Fork 2
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
IGVF-2288-nucleic-acid-delivery #1313
Conversation
src/igvfd/audit/sample.py
Outdated
if 'construct_library_sets' in value and len(value['construct_library_sets']) > 0: | ||
if 'nucleic_acid_delivery_method' not in value: |
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.
This can just be one line if 'construct_library_sets' in value and 'nucleic_acid_delivery_method' not in value:
@@ -1,5 +1,9 @@ | |||
## Changelog for *`in_vitro_system.json`* | |||
|
|||
### Minor changes since schema version 25 | |||
|
|||
* Extend `nucleic_acid_delivery` enum list to include `lipofectamine` and `electroporation`. |
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.
I think each addition should be one line each according to the standards we set for changelogs.
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.
changelogs should be adjusted
No description provided.