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

FESetup cannot find maximum commen substructure even when timeout is set to no time out #7

Open
ppxasjsm opened this issue Oct 28, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@ppxasjsm
Copy link

When trying to compute the morph between two ligands FESetup struggles to find the maximum common substructure and will therefore propose a buggy morph.
cats29_cats30
The first image shows the two pdb files of the ligands to be morphed.
The next shows the resulting morphed ligand:
cats29 cats30_morph
The identified MCS looks like this:
mcss

FESetup input looks like this:

FE_type = Sire
AFE.separate_vdw_elec = False
mcs.match_by = spatially-closest
mcs.timeout = 0

[globals]
forcefield = amber, ff14SB, tip3p
gaff = gaff2
logfile = CatS_30.log

[ligand]
basedir = poses
file.name = ligand.pdb
molecules = CatS_30, CatS_29

box.type = rectangular
box.length = 12.0
neutralize = yes

min.nsteps = 1000
min.restr_force = 10.0
min.restraint = notsolvent

md.heat.nsteps = 1000
md.heat.restr_force = 10.0
md.heat.restraint = notsolvent

md.constT.nsteps = 1000
md.constT.restr_force = 10.0
md.constT.restraint = notsolvent

md.press.T = 298.0
md.press.nsteps = 20000
md.press.p = 1.0

morph_pairs = CatS_29 > CatS_30

[protein]
basedir = protein
file.name = protein.pdb
molecules = cats

[complex]
pairs = cats : CatS_30

box.type = rectangular

The zip archive contains all relevant coordinate files.

FESetup.zip

@skfegan
Copy link
Member

skfegan commented Nov 6, 2018

Thanks for the input files. I will have to track down the bug in the use of the match_by keyword.

@skfegan skfegan added the bug Something isn't working label Nov 6, 2018
@skfegan
Copy link
Member

skfegan commented Nov 26, 2018

You might want to try match_by = shapealign instead of match_by = spatially-closest

@jaechanglim
Copy link

jaechanglim commented Feb 8, 2021

Is it solved?
what is the default value of match_by?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants