June 15, 2009
Hosting CDK on Google App Engine
Google App Engine has supported java for a while. I don’t know if others have tried to hosting CDK jar on the App Engine. Last weekend I tried to build an application or App Engine based on CDK and fortunately it seems most parts works.
I have build a app named ChemDeposit, it can be visited at http://chemdeposit.appspot. com/
It accept SMILES inputs to add or view information generated by CDK. And there’s also an *almost* substructure search implementing just based on default fingerprints.
The InChI generator and SMARTS search functions can not work on App Engine and I pasted error informations at http://chemdeposit.appspot. com/cdk-on-appengine.jsp , hope there’s someone can help.
Filed by
charlie
at 3:38 pm under ChemDeposit, Tools, chemoinformatics



[...] 在6月15号,就已经发布上去能工作的版本了,不过不能支持子结构检索,只能用指纹散列(fingerprint)做“近似子结构检索)。 [...]