How to convert chemdraw file in CDX format either into Mol2 or SDF format to further convert in 3D format?
How to convert chemdraw file in CDX format either into Mol2 or SDF format to further convert in 3D format?
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.
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 !!
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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.