Sha256: bfb2a60218b048128f33bbaba9539a5c5b0b76851d9b1bd9281b9e32c8c5ff54
Contents?: true
Size: 640 Bytes
Versions: 10
Compression:
Stored size: 640 Bytes
Contents
# # = bio/db/embl/uniprot.rb - UniProt database class # # Copyright:: Copyright (C) 2013 BioRuby Project # License:: The Ruby License # # warn "Bio::UniProt is an alias of Bio::UniProtKB. Please use Bio::UniProtKB. Bio::UniProt may be deprecated in the future." if $VERBOSE module Bio require 'bio/db/embl/uniprotkb' unless const_defined?(:UniProtKB) # Bio::UniProt is changed to an alias of Bio::UniProtKB. # Please use Bio::UniProtKB. # Bio::UniProt may be deprecated in the future. # # Note that Bio::SPTR have been renamed to Bio::UniProtKB and # is also an alias of Bio::UniProtKB. # UniProt = UniProtKB end
Version data entries
10 entries across 10 versions & 1 rubygems