User 036058eabf
26-02-2008 13:29:57
Hi,
I'm getting this error when trying to get the 3d conformation of a particular molecule fragment:
No regular build due to fallback.
Clean failed.
CC1=CC=C(I)C(=O)N1
What I'm doing is:
- Importing a molecule defined by a SMILES string; I'm using the PDB 2BE2 ligand as an example, for other ligands everything works;
- Finding all the rotatable bonds according to the Topology Analyser Plugin;
- Removing those bonds and converting the molecule to fragments;
- For each fragment, find the 3D conformation via the Conformer Plugin
The error occurs when running ConformerPlugin.run(); I get that error and no conformation is generated. Although for other fragments of the same ligand it's ok.
The input ligand is:
CC1=C(CSCc2occc2)C(=C(I)C(=O)N1)Oc3cc(C)cc(C)c3
The fragment which gives an error is:
CC1=CC=C(I)C(=O)N1
Loading the fragment from the SMILES string and generating the conformation this way works well. Also generating the 2d conformation instead of 3d works.
I have attached a short program to show the problem.
Thank you!
Simone
I'm getting this error when trying to get the 3d conformation of a particular molecule fragment:
No regular build due to fallback.
Clean failed.
CC1=CC=C(I)C(=O)N1
What I'm doing is:
- Importing a molecule defined by a SMILES string; I'm using the PDB 2BE2 ligand as an example, for other ligands everything works;
- Finding all the rotatable bonds according to the Topology Analyser Plugin;
- Removing those bonds and converting the molecule to fragments;
- For each fragment, find the 3D conformation via the Conformer Plugin
The error occurs when running ConformerPlugin.run(); I get that error and no conformation is generated. Although for other fragments of the same ligand it's ok.
The input ligand is:
CC1=C(CSCc2occc2)C(=C(I)C(=O)N1)Oc3cc(C)cc(C)c3
The fragment which gives an error is:
CC1=CC=C(I)C(=O)N1
Loading the fragment from the SMILES string and generating the conformation this way works well. Also generating the 2d conformation instead of 3d works.
I have attached a short program to show the problem.
Thank you!
Simone