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

Version Path
bio-2.0.5 lib/bio/db/embl/uniprot.rb
bio-2.0.4 lib/bio/db/embl/uniprot.rb
bio-2.0.3 lib/bio/db/embl/uniprot.rb
bio-2.0.2 lib/bio/db/embl/uniprot.rb
bio-2.0.1 lib/bio/db/embl/uniprot.rb
bio-2.0.0 lib/bio/db/embl/uniprot.rb
bio-1.6.0.pre.20181210 lib/bio/db/embl/uniprot.rb
bio-1.5.2 lib/bio/db/embl/uniprot.rb
bio-1.5.1 lib/bio/db/embl/uniprot.rb
bio-1.5.0 lib/bio/db/embl/uniprot.rb