-
Notifications
You must be signed in to change notification settings - Fork 19
Add support for parsing custom CIF files as PLINDER systems #105
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
| ligand_views[chain] = io.LoadEntity( | ||
| self.ligand_sdfs[chain], format="sdf" | ||
| ).Select("ele != H") | ||
| lig_v2000 = make_v2000_from_v3000_sdf(Path(self.ligand_sdfs[chain])) |
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.
@Ninjani I thought the new Openstructure update should handle this. I remember you mentioned that at some point
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.
Still a problem to get it into conda ?
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Entry.from_custom_cif_fileCloses #102