Minimal and Maximal Projection Areas to a File

User fb7adf1c94

29-07-2015 09:33:17

Hello,

I am trying to calculate, for a number of SMILES, the minimal and maximal projection area and have then outputted to a file (such as csv or txt etc). For example I want a file containing the SMILES, Min Projection Area, Max Projection Area.


Is there a way to do this? I have only be able to calculate them one by one and would like a more automated way to do it for multiple SMILES and have them outputted to a file.

Any help would be greatly appreciated!


Kind regards 

ChemAxon d51151248d

30-07-2015 10:00:26

Hi, 


You can run such batch calculations using the cxcalc command line tool. The command you have to use is


cxcalc -i smiles -o output.txt mols.sdf minimalprojectionarea maximalprojectionarea

I hope this helps, 


Daniel

User fb7adf1c94

04-08-2015 12:43:41

Dear Daniel


 


Thank you so much for your help!! It it is greatly appreciated!