Sha256: e79684fdfa252015db904b6d2c71e964a3f76cd9c2e543b81b8e76e3fcafac24

Contents?: true

Size: 552 Bytes

Versions: 10

Compression:

Stored size: 552 Bytes

Contents

#
# = bio/db/embl/sptr.rb - Bio::SPTR is an alias of Bio::UniProtKB
# 
# Copyright::   Copyright (C) 2013 BioRuby Project
# License::     The Ruby License
#

warn "Bio::SPTR is changed to an alias of Bio::UniProtKB. Please use Bio::UniProtKB. Bio::SPTR may be deprecated in the future." if $VERBOSE

module Bio

  require "bio/db/embl/uniprotkb" unless const_defined?(:UniProtKB)

  # Bio::SPTR is changed to an alias of Bio::UniProtKB.
  # Please use Bio::UniProtKB.
  # Bio::SPTR may be deprecated in the future.
  SPTR = UniProtKB

end #module Bio

Version data entries

10 entries across 10 versions & 1 rubygems

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