Class: Bio::SwissProt

Inherits:
SPTR show all
Defined in:
lib/bio/db/embl/swissprot.rb

Overview

Bio::SwissProt is deprecated. Use Bio::UniProtKB.

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ SwissProt

Bio::SwissProt is deprecated. Use Bio::UniProtKB.



18
19
20
21
# File 'lib/bio/db/embl/swissprot.rb', line 18

def initialize(str)
  warn "Bio::SwissProt is deprecated. Use Bio::UniProtKB."
  super(str)
end