Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakao committed Jul 21, 2012
1 parent 327fd7c commit 1bf5859
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -2,9 +2,10 @@


[![Build Status](https://secure.travis-ci.org/nakao/bioruby-chembl.png)](http://travis-ci.org/nakao/bioruby-chembl) [![Build Status](https://secure.travis-ci.org/nakao/bioruby-chembl.png)](http://travis-ci.org/nakao/bioruby-chembl)


ChEMBL REST Web Service API client, parser and container classes. [ChEMBL REST Web Service API](https://www.ebi.ac.uk/chembldb/ws) client, parser and container classes.


REST API Client REST API Client

```# Show a web service URI ```# Show a web service URI
BioChEMBL::REST::ChEMBL_URI.compound("CHEMBL1") BioChEMBL::REST::ChEMBL_URI.compound("CHEMBL1")
Expand All @@ -14,6 +15,7 @@ REST API Client
``` ```


Parser and container Parser and container

```cpd = BioChEMBL::Compound.find("CHEMBL1") ```cpd = BioChEMBL::Compound.find("CHEMBL1")
cpd.chemblId #=> "CHEMBL1" cpd.chemblId #=> "CHEMBL1"
cpd.slimes cpd.slimes
Expand Down Expand Up @@ -47,7 +49,7 @@ the source tree.
Information on the source tree, documentation, examples, issues and Information on the source tree, documentation, examples, issues and
how to contribute, see how to contribute, see


http://github.com/nakao/bioruby-chembl http://github.com/nakao/bio-chembl


The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby. The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby.


Expand Down

0 comments on commit 1bf5859

Please sign in to comment.