This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
sklemm (author)
Tue Sep 15 04:03:31 -0700 2009
commit 3a63a426475ac75916ebb1ca8d83b230f4da2cb1
tree 3e397b060c36c4a141e95af4191b78910f42ac32
parent 9bac017c6bbae68496b3a9c872b1852b46b512ef
tree 3e397b060c36c4a141e95af4191b78910f42ac32
parent 9bac017c6bbae68496b3a9c872b1852b46b512ef
rcdk-ng /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue May 05 08:45:13 -0700 2009 | |
| |
README | Tue May 05 14:36:42 -0700 2009 | |
| |
Rakefile | Tue Sep 15 04:03:31 -0700 2009 | |
| |
doc/ | Sat Aug 01 09:19:35 -0700 2009 | |
| |
java/ | Sat Aug 01 09:18:23 -0700 2009 | |
| |
lib/ | Tue Sep 15 04:01:34 -0700 2009 | |
| |
nbproject/ | Tue Sep 15 04:03:31 -0700 2009 | |
| |
pkg/ | Tue Sep 15 04:03:31 -0700 2009 | |
| |
test/ | Tue Sep 15 04:01:34 -0700 2009 |
README
=RCDK - The Ruby Interface for the Chemistry Development Kit (CDK) - Next Generation This is a reuptake of Rich's RCDK,adapted for CDK 1.2.2 RCDK makes it possible to use the Chemistry Development Kit (CDK) from Ruby. CDK is a Java library for chemical informatics. ==Typical Usage require 'rubygems' gem 'rcdk' require 'rcdk/util' mol = RCDK::Util::Lang.read_smiles 'c1ccccc1' puts mol.getAtomCount # =>6 ==Requirements RCDK was developed with Ruby 1.8.4. Earlier versions of Ruby may also be compatible. Ruby Java Bridge is used to interface to the Java Virtual Machine. ==Installing The RubyGems package can be installed using the following command (as root): gem install rcdk-ng This command will optionally install Ruby Java Bridge, if it hasn't been installed yet. ==License RCDK is distributed under the GNU LGPL version 2.1 (see 'LICENSE'). It contains bytecode from the following sources: -Chemistry Development Kit (CDK), licensed under the LGPL: http://cdk.sf.net -Structure-CDK-ng, licensed under the LGPL







