-
Notifications
You must be signed in to change notification settings - Fork 34
Utility function changes for protein mutations #1106
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1106 +/- ##
==========================================
- Coverage 93.52% 92.68% -0.85%
==========================================
Files 142 141 -1
Lines 10628 10795 +167
==========================================
+ Hits 9940 10005 +65
- Misses 688 790 +102
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| solvent_comps = list(set(solvent_comps)) # if given iterable | ||
| except TypeError: | ||
| solvent_comps = [solvent_comps] # if not iterable, given single obj | ||
| # TODO: Support multiple solvent components? Is there a use case for 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.
Probably not - it doesn't really mean much in the current SolventCOmponent structure.
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.
Yes, I agree with that. But I guess it doesn't hurt to have the TODO there? Unless you find it annoying, we can remove it.
|
No API break detected ✅ |
Initial preliminary support for protein mutation setup on
feflowChecklist
newsentryDevelopers certificate of origin