How to convert chemdraw file in CDX format either into Mol2 or SDF format?
2
0
Entering edit mode
4.7 years ago

How to convert chemdraw file in CDX format either into Mol2 or SDF format to further convert in 3D format?

chemdraw • 10k views
ADD COMMENT
0
Entering edit mode

Hi muhammadhassam8, I replaced the unspecific tags you initially used by chemdraw which is the (I think) only relevant one here. Using correct tags often attracts experts or even the developers of tools (given they are active here) so it is encouraged to put in some effort into setting them.

ADD REPLY
1
Entering edit mode
4.7 years ago

You can for example use the CACTVS toolkit (free for academic users, www.xemistry.com/academic documentation at www.xemistry.com/docs):

Minimal sample command line input with Python interface:

pycactvs>Molfile.Write('myfile.sdf',Molfile.Read('myfile.cdx'))

Sybyl Mol2 is a mandatory 3D format. You can write it in exactly the same fashion, but then you already implicitly invoke the built-in 3D atomic coordinate generation methods of the toolkit (like lookup in PubChem), which is probably not what you want if you have your own software for this.

ADD COMMENT
0
Entering edit mode

Via Python interface, can we convert let say 1000 sketches in CDX format into SDF or mol. format?

ADD REPLY
0
Entering edit mode

@muhammadhassam8 have you tried openbabel ?

ADD REPLY
0
Entering edit mode

Yes, of course.

xxx dummy characters to fill it to 20 xxx

ADD REPLY
1
Entering edit mode
4.7 years ago
Manoj ▴ 190

You can convert CDX format either into Mol2 or SDF format using chemdraw also.

Open .cdx file in chemdraw and click on File -> Save as -> File Name (Example.sdf or Example.Mol2) and save as type (Select file type of your choice)

Hope this help !!

ADD COMMENT

Login before adding your answer.

Traffic: 2618 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6