User bfdf41d429
05-02-2015 19:03:37
Dear all!
I'm trying to calculate molecular surface area 3D for several conformers with a groovy script. But it always return the same ASA for all (different) conformers. It seems that setInputMolecule(Molecule mol) always modifies the input structure, so MSAPlugin always gets the same (3D cleaned) structure instead of different structures of conformers.
When I run the MSA plugin manually in the Marvin interface, it works as expected, calculating the surface of the input molecule, but how do I run MSAPlugin for the input structure from the groovy code?
instantjchem 15.1.26.0; Marvin Sketch 14.9.1.0
Regards,
Oleg Miloserdov.
ChemAxon 8b644e6bf4
13-02-2015 09:46:18
Dear Oleg,
Could you please send the script you used and the input structure to reproduce the problem?
regards,
Gabor
User bfdf41d429
17-02-2015 12:04:50
gimre wrote: |
Dear Oleg,
Could you please send the script you used and the input structure to reproduce the problem?
regards,
Gabor
|
Dear Gabor,
Thank you for your reply.
I think that it would be better to send you the whole project as an example.
To reproduce the problem please launch the project attached. Then open Polymers -> Form view for Polymers.
Push "Surface area Calculator". Then refresh the form to see new Conformers generated (select another structure in Polymers block and then go back).
In the Surface area block for each Conformer (from Conformers block) there must be calculated ASA, ASA+ etc.. ASA and others fields should be different for different Conformers, but they are the same and are equal to the surface areas of a 3d cleaned molecule. I think that it is not a prescribed behavior.
Regards,
Oleg Miloserdov.
User bfdf41d429
19-02-2015 10:07:49
gimre wrote: |
Dear Oleg,
Could you please send the script you used and the input structure to reproduce the problem?
regards,
Gabor
|
Dear Gabor,
The problem was solved by creation a new project, new tables and new forms.
But still there is a bug in the old project and I don't know how to solve it.
Regards,
Oleg Miloserdov