Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakao committed Jul 29, 2012
1 parent 0123603 commit 84c2303
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/bio-chembl/chembldb.rb
Expand Up @@ -9,13 +9,9 @@ module ChEMBLDB
# The ChEMBL14 ER diagram is ftp://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/releases/chembl_14/chembl_14_erd.png # The ChEMBL14 ER diagram is ftp://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/releases/chembl_14/chembl_14_erd.png
# #
# Usage: # Usage:
#
# accession = "Q00534"
# target = Target.find_by_protein_accession(accession)
# puts "Target description: #{target.description}"
# puts "Target CHEMBLID: #{target.chembl_id}"
#
# #
# require 'bio-chembl/chembldb.rb'
#
# ActiveRecord::Base.establish_connection( {:adapter => 'mysql', # ActiveRecord::Base.establish_connection( {:adapter => 'mysql',
# :host => 'localhost', # :host => 'localhost',
# :port => 3306, # :port => 3306,
Expand Down

0 comments on commit 84c2303

Please sign in to comment.