Add support for parsing custom CIF files as PLINDER systems#105
Open
Add support for parsing custom CIF files as PLINDER systems#105
Conversation
yusuf1759
reviewed
Apr 8, 2025
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
* feat: update crystal mates detection, bugfix * chore: clean up docs * chore: fix test values
* upgrade to numpy 2 * upgrade openstructure, networkit * fix: python 3.12 support * fix: force LD_LIBRARY_PATH to conda * chore: update development.md * Proxima (formerly VantAI) * test: update tests for updated call signatures * Update tests/core/test_core_system.py * Update tests/test_annotations.py --------- Co-authored-by: Thomas Duignan <thomas.j.duignan@gmail.com> Co-authored-by: Tom Duignan <tjduigna@users.noreply.github.com>
| edi.UpdateICS() | ||
| ligands = entry._collect_ligands_from_biounit( | ||
| biounit, | ||
| "1", # TODO: @JAY - is this necessary to be different from `from_cif_file` ? |
Member
There was a problem hiding this comment.
@Ninjani could you review is all the custom changes compared to from_cif_file are important to be different. Maybe we can refactor for it to be closer aligned and reuse more code?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Entry.from_custom_cif_filefrom_custom_cif_file@NinjaniCloses #102
Removed from TODO for a later PR: