ChemAxon plugin [message #1494] |
Thu, 03 February 2022 12:19 |
Christophe
Messages: 31 Registered: January 2022
|
Member |
|
|
Hello,
I've just get a ChemAxon licence and I'd like to activate the "clogD at pH 7.4" as well as all options included into the "Ionization" table from the "Calculate Compound Properties" Menu.
Can somebody please explain the procedure to use the ChemAxon capabilities into DataWarrior?
Thanks
Christophe
|
|
|
|
|
|
|
|
Re: ChemAxon plugin [message #1528 is a reply to message #1522] |
Fri, 04 March 2022 19:49 |
thomas
Messages: 711 Registered: June 2014
|
Senior Member |
|
|
Hi Christophe,
if there are files with the same name in the same folder hierarchy, then this is most likely, because the originally separated ChemAxon jar files contained the same external dependencies, which are redundant, if merged. You should be able to just overwrite these files that they are contained just once. Indeed the merged file would be huge, but it should work.
When I did this 15 years ago, I removed all files, which were not needed for the pKa calculation, which reduced the file size by more than a factor of 1000. After trying various other methods for this, I turned to a brute force method: Running a bash script, which was removing one file after another. After every file removal I calculated pKa with the remaining files and checked, if the procedure still worked. If not, then the files was added again and the script continued with removing the next file. Finally, I had to add a few removed files, when I discovered that different structure classes required different Java classes for the pKa calculation, which were invoked with ClassForName.
|
|
|
|
|
|
|
|
|
|
Re: ChemAxon plugin [message #1783 is a reply to message #1782] |
Thu, 01 December 2022 20:06 |
thomas
Messages: 711 Registered: June 2014
|
Senior Member |
|
|
DataWarrior is using a JRE 1.8. Thus any jar files accessed by it must not have newer bytecode version than that. If you compile yourself with javac, then use "-target 1.8". That should do it...
|
|
|