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

add cycle_break attribute to molsetup Bond #254

Open
wants to merge 58 commits into
base: release
Choose a base branch
from

Conversation

diogomart
Copy link
Contributor

This is to support a more general macrocyle bond breaking scheme in future autodock, which does not depend on atom types such as CG0/G0. Adds option untyped_macrocycle to MoleculePreparation to skip assigning the CG/G types, and to allow any rotatable bond to be broken for macrocycle sampling, instead of allowing only bonds between atoms of type C.

rwxayheee and others added 30 commits November 12, 2024 11:07
and tuple_to_string to fix dihedral (tuple of ints) as key problem in json
Use utility functions in jsonutils to fix #151 (dihedrals)
Revision of default templates: Fixes and Disambiguation for inconsistent residue names in CHARMM
Add keyword argument `rename_atoms` to `MoleculePreparation.prepare` and make option avail in CLI script
preparator = MoleculePreparation.from_config(config); minor edits to help msg
… MoleculePreparation.from_config(config); minor edits to help msg
rwxayheee and others added 25 commits December 5, 2024 17:33
fix the special handling of some agrs that unexpectly end up with
default (without referring to config)
Read Partial Charges from mol2 and SDF
docs: cli args override config file params
Format string in output file with plain line-ending character instead of os.linesep
don't max out substructure matches at 1000
Catch prepare errors without interrupting batch processing
Remove dependencies from setup.py
Remove from class Ring the unused attributes to reduce overhead in molecule preparation
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