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