Molecule name lost when calculate conformer

User dd0280721c

04-11-2011 16:00:34

Hi,


I have a 3D molecule file in SD format, composed of one main molecule and a smaller fragment (HCl), called 6603610_3D_protonated.sdf


I first look at the dominant tautomer distribution at pH 7.4, getting the result 6603610_tautomers.sdf. For now I am only interested in the first tautomer, so I save it as 66603610_Part1.sdf


When I look at the file 66603610_Part1.sdf, the first line has the molecule name (66603610). But as it is in 2D and explicit hydrogens are missing, I do the following to add explicit hydrogens and convert to 3D:


cxcalc conformers -m 1 -s true 66603610_Part1.sdf > 66603610_Part1_cleaned.sdf


When I look at the result, the HCl is gone and the name of the molecule is also gone (as the first line of the sdf file is empty). What's happening? How can I retain the molecule name? And is there an "official" recommended way to desalt molecules with Marvin?


Thank you!


Juliette

ChemAxon 1b9e90b2e7

09-11-2011 12:38:35

Hi Juliette,


we could reproduce that cxcalc removes molecule name during 3d conversion. Thank you for the report.


To generate 3d coordinates you can also use molconvert. Molconvert leaves the molecule name intact.


./molconvert -3 sdf 6603610_Part1.sdf -o out.sdf

To desalt molecules please use standardizer as a command line tool in the jchem suite.


./standardize -c keepone -f sdf -o out.sdf 6603610_Part1.sdf

The biggger fragment will be retained by using the "keepone" option.


 


Good luck!


Adrian