Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Friday, September 17, 2010

Mychem 0.8.1: more than just a bug fix

Mychem 0.8.1 has been released on 2010-09-07.

This version fix an important bug. All functions using serialized obmol type were impacted. The problem has been resolved by using the solution published by the pgchem project.

Mychem is now fully usable with MySQL 5.0 and 5.1. It should also be working with MySQL 4.1, but it has not been tested.

The bug list is now empty. I'm waiting for new providers!

Wednesday, October 14, 2009

The version 0.7.0 of Mychem has been released

The version 0.7.0 of Mychem has been released on 2009-09-30.

This release represents a major bug-fix release and is a stable upgrade, strongly recommended for all users of Mychem.
While there may not be many new functions, several crashes and other bugs have been fixed since 0.6.0. The main changes are:
  • Added the mol2_to_molecule() function
  • Added the molecule_to_mol2() function
  • Added the inchi_version() function
  • Added the pdb_to_molecule() function
  • Added the molecule_to_serializedOBMol() function
  • Added the serialized OBMol type
  • The code has been entirely rewritten
  • The documentation has been updated
  • Several bug fixes and small feature improvements

Friday, August 17, 2007

Mychem 0.2 is out !

Mychem is an extension for MySQL that provides chemical functions. It's based on Open Babel 2 and is distributed under GPL-v2 license. In the current Mychem version, the following functions are supported:
- conversion of chemical files (CML, InChI, SMILES, MDL Mol)
- calculation of some chemical properties (formula, molecular weight)

Other functions, like fingerprint generation or tanimoto calculation are available on the SVN trunk:
svn co https://mychem.svn.sourceforge.net/svnroot/mychem/trunk mychem

The package contains also:
- a short documentation (mychem.docbook)
- MychemAdmin, a graphical interface for creating MySQL chemical database (fig. 1)

A graphical interface for creating chemistry databaseFigure 1. MychemAdmin, a chemical database creator