Skip to content
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

Merged
merged 16 commits into from
Feb 12, 2025
Merged

Conversation

meenakshikagda
Copy link
Contributor

No description provided.

Comment on lines 233 to 234
if 'construct_library_sets' in value and len(value['construct_library_sets']) > 0:
if 'nucleic_acid_delivery_method' not in value:
Copy link
Contributor

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:

ian-whaling
ian-whaling previously approved these changes Feb 11, 2025
@@ -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`.
Copy link
Contributor

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.

Copy link
Contributor

@ian-whaling ian-whaling left a 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

@ottojolanki ottojolanki merged commit 776f5b9 into dev Feb 12, 2025
7 checks passed
@ottojolanki ottojolanki deleted the IGVF-2288-nucleic-acid-delivery branch February 12, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants