This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Feature/attract_minimize_mcop_physical_approach #40
Open
glamothe
wants to merge
93
commits into
ptools:develop
Choose a base branch
from
glamothe:feature/attract_minimize_mcop_physical_approach
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/attract_minimize_mcop_physical_approach #40
glamothe
wants to merge
93
commits into
ptools:develop
from
glamothe:feature/attract_minimize_mcop_physical_approach
Conversation
This file contains 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
…ces Region class)
…re added to Ptools module.
…ption. Can now create reduced pdb files in the mcop format.
… and uses the newly created ReadMcoprigidPDB function (and this function uses newly created functions, line_to_region_number and line_to_copy_number).
…rigid(), Mcoprigid(string filename), Mcoprigid(Mcoprigid mcoprigid_to_duplicate)
… load as Mcoprigid instead of Rigidbody
…ass. It initialises loop weights to 1/(number of loops).
… need to create binding interface for McopForceField.
…ceptor() in order to initialize _mcop_E (energies) attribute.
…nd implemented it in attract.py. Bugfix: energy of copies in McopForceField Function()is = 0 when starting a new region.
…n objToMinimize attribute (type ForceField) only if this attribute is of type McopForceField. Added this function to binding interface.
…rceField. Used these attributes in McopForceField's Function() and Derivatives() instead of _weights and _denorm_weights in order to preserve the original weights from before the minimization.
…nd checkRotation() in Mcoprigid and Attractrigidbody. Added all these functions to binding interface.
…tWeights() in attract.py.
…hts(), normalize_weights(), Derivatives()...
…red active_atoms in mcopff for now.
…ered ligand in mcop docking.
… single docking and create a trajectory file. This is like using the -s single option, but uses the original coordinates rather than the rounded coordinates from the pdb file created by startligand.py.
…es call and in cpl pairlist.
… a more physical approach to multicopy docking.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Branch containing multi-copy docking method