-
Four graph mining methods integrated in ParMol
Joerg Wegner mentioned in his blog the graph mining program ParMol which integrates four mining algorithms: MoSS (aka MoFa) and Gaston, which I mentioned in November last year , and FFSM and gSpan, which I did not know about yet. ParMol provides a common interface to the four different algorithms and is, like the four mining modules, licensed GPL. An interesting aspect is that Gaston was originally written in C++.
-
Nightly CDK builds now available
Rajarshi Guha has set a nightly build service for the Chemistry Development Kit (CDK). The output is pretty, but information rich: it includes results for the JUnit test, DocCheck, and PMD. The compiled jar and the corresponding JavaDoc can be downloaded, offering a cutting edge distribution for users.
-
Download statistics for chemblaics components
Here are some quick download statistics for some of the chemblaics components. First Jmol. The new stable Jmol 10.2 was release just over a week ago, and this obviously boosted downloads, breaking the monthly download total of two earlier this year (source):
-
Postgenomic.com maps upcoming conferences
Conference season is nearing. And just in time, Postgenomic.com added a conferences map showing locations of upcoming and recently finished conferences. Oh boy, do I want to set this up for chemoinformatics too!
-
The CDK data classes and change notifications
The data classes of the Chemistry Development Kit are mutable, unlike those of Octet. This means that other classes may need to respond when the content updates. For example, a render class. CDK’s ChemObject provides a
notifyChanged()
andaddListener()
methods for this. However, as was recently pointed out, while this is useful in editors, such as JChemPaint, this is a performance killer in high-throughput sitations, such as descriptor calculation, or structure diagram generation runs. -
Getting Jmol's 'cartoon on' to work in Bioclipse
Bioclipse 1.0 is to be released in May, and the cartoon on script command is still not working in the Jmol viewer. For those who do not know yet, Bioclipse is a cool Eclipse RCP based Java chemo-and bioinformatics workbench. To have a better idea what goes on inside Bioclipse, I wrote a new BioPolymer tree to show me the strands in the protein. After Ola wrote code to show properties for IChemObject’s, I extended it with PDB properties for the atoms, strands and monomers.