User b91dd8facf
08-12-2009 09:53:19
when calculation the Major Tautomer on smiles:
OC[C@@H](O)[C@H](O)[C@H](O)[C@@H](NS(=O)(=O)c1cccc2c(cccc12)N=[N+]=[N-])C=O
Marvin 5.2.6 and java 1.6.0_13 is going into an endless calculation. Pushing the "cancel" button does not help, one has to kill the application.
same is true when using the API in Java, either on opensolaris or windows XP... would be nice to have a timeout option for the plugin to stop the calculation.
cheers
Lutz
ChemAxon e08c317633
09-12-2009 11:17:47
In 5.3 version this will be fixed.
We do not want to introduce time limit, because it can lead to unreproducible results (on a slow and on a fast computer the results can be different).
Regards,
Zsolt
User c84f9b98ce
15-04-2010 12:31:18
Hi!
Using cxcalc with -M true option is cerating a list of tautomers, instead of giving one.
I typed (v.5.3.1):
/cxcalc probe.smi majorms -H 7.0 -M true -f sdf >probe_out.sdf
In the sdf file there were lines containing smiles of tautomers, and it could not be opened with mview.
The same can be experienced with cxcalc pka -M true
All the bests,
Akos
ChemAxon e08c317633
16-04-2010 13:53:23
Hi,
cxcalc probe.smi majorms -H 7.0 -M true -f sdf >probe_out.sdf
It performs major microspecies calculation (not major tautomer).
cxcalc pka -M true
This perform pKa calculation.
In major microspecies and pKa calculations the "-M" options means "take major tautomeric form". When used, the input molecule is converted to its major tautomeric form, and the major microspecies / pKa calculation is performed on the major tautomer. No other tautomers are generated.
Please attach the input and the output files, and explain what would you expect as output.
Zsolt