Ruby CDK for Newbies
Scripting languages and cheminformatics can be a highly-effective combination. With their relaxed syntax, compilation-free execution, and interactive testing environments, scripting languages offer fast development iteration cycles. And scripting languages' support for manipulating libraries written in other languages can be key in today's heterogeneous cheminformatics software environment.
Although there are many cheminformatics scripting environments to choose from, Ruby offers some important advantages. Number one on the list is the wildly-popular Ruby on Rails Web development framework. Others worth mentioning include interactive ruby (irb), the RubyGems package manager, the Rake build system, the JRuby Ruby implementation, RubyForge, and a host of other productivity-boosters.
A major focus of Depth-First over the last few months has been Ruby CDK. This library consists of a thin Ruby wrapper around the open source Chemistry Development Kit (CDK), Structure-CDK, an open source 2D rendering toolkit, and OPSIN, an open source chemical nomenclature parser. A recent comment on Depth-First by Egon Willighagen, one of CDK's creators, got me thinking about centralizing this documentation. The following collection of links is a step in that direction.
Overview and Installation
- Agile Chemical Informatics Development with CDK and Ruby CDK 0.3.0 Installation of Ruby CDK on Linux.
- Running Ruby Java Bridge on Windows Special installation instructions for Ruby CDK on Windows.
Ruby CDK in Its Environment
- From IUPAC Nomenclature to 2D Structures with OPSIN OPSIN converts IUPAC nomenclature into molecular representations and is now part of Ruby CDK.
- Eleven Free Cheminformatics Scripting Environments So many choices, so little time.
- Metaprogramming with Ruby : mapping Java Packages Onto Ruby Modules Behind the scenes look at a trick used in Ruby CDK.
Using Ruby CDK
- Build a Rails Cheminformatics Application in Thirty Minutes First article in a series on building a SMILES Depict application.
- Anatomy of a Cheminformatics Web Application: Beautifying Depict Second article in the series - cleaning up the Depict user interface.
- Anatomy of a Cheminformatics Web Application: Ajaxifying Depict Third article in the series - use Ajax to automatically update the Depict drawing.
- Cheminformatics for the Web: Convert SD Files to HTML with Ruby CDK SD Files are both everywhere and useless by themselves to chemists - why not convert them into HTML and post them to the Web?
- Diversity-Oriented Chemical Informatics CDK is chock-full of nifty little tidbits, like the ability to enumerate all molecules of a given empirical formula.
- Scripting Molecular Fingerprints with Ruby CDK To borrow a phrase from a cheminformatics master: "It's just that easy."
- Hacking Molbank: Creating a Graphical Table of Contents The intersection of Open Access, Open Source, and rapid application development.
- Anatomy of a Cheminformatics Web Application: Structure Cleanup in Java Molecular Editor The structure editor can be lean, mean, and still highly functional - just offload resource-hungry features to the server.
- From IUPAC Name to Molecular Formula with Ruby CDK Peter Corbett's awesome OPSIN Library plays nice with Ruby CDK.
- From InChI to Image with Ruby Open Babel and Ruby CDK InChIs are not easy to interpret - fortunately, this little library will do it for you.
- Easily Calculate TPSA Descriptors from SMILES Strings Using Ruby CDK It just works.
- Ruby CDK One-Liners: Create a Molfile with 2D Atom Coordinates from Arbitrary SMILES Strings Extremely short library for solving a very common cheminformatics problem.
- Source Code Documentation in Ruby: RDoc for Ruby CDK When all else fails, read the documentation.