mol2 format - atom types and charge

User f52820d97e

17-06-2009 09:15:10

Hi,


Following up from this topic and a few trials...


I haven't tried the splitting option (-m burried in the command line help - like the -F option, incidently) yet, but it will be useful.


The docking program I use has some problems with some atom types, though. For example, anisole. The atoms of the methoxy are declared as simply C and O atoms, when they should be declared as C.3 and O.3, and this gives a chain of behaviors:



See the picture attached...


The USER_CHARGES are coming in version 5.2.3, right? I can't wait to use only chemaxon tools and not openbabel in conjonction ;-)


Cheers,


Nicolas

User f52820d97e

17-06-2009 11:00:19

in case I'm not clear, the mol2 code below is generated by marvin and the C.ar are correctly defined, it is the docking program that messes up the declarations I showed before...


@<TRIPOS>MOLECULE
anisole
8 8
SMALL
NO_CHARGES
@<TRIPOS>ATOM
1 C1 0.0000 4.6200 0.0000 C
2 O1 1.3337 3.8500 0.0000 O
3 C2 1.3337 2.3100 0.0000 C.ar
4 C3 2.6674 1.5400 0.0000 C.ar
5 C4 2.6674 -0.0000 0.0000 C.ar
6 C5 1.3337 -0.7700 0.0000 C.ar
7 C6 0.0000 0.0000 0.0000 C.ar
8 C7 0.0000 1.5400 0.0000 C.ar
@<TRIPOS>BOND
1 1 2 1
2 2 3 1
3 3 4 ar
4 4 5 ar
5 5 6 ar
6 6 7 ar
7 7 8 ar
8 3 8 ar
@<TRIPOS>SUBSTRUCTURE
1 noname 1


 


 

ChemAxon efa1591b5a

17-06-2009 16:09:46





Hi Nicolas,


I'd like to confirm that charges will be available in 5.2.3. However, this feature will require a charge plugin license, apparently.


I'll get back later with a more detailed response regarding atom types.


bests


Miklos


 


 

User f52820d97e

17-06-2009 16:13:06

Hi Miklos,


Thank you for the confirmation!


Cheers,


Nicolas