class Bio::SwissProt
Bio::SwissProt
is deprecated. Use Bio::UniProtKB
.
Public Class Methods
Source
# File lib/bio/db/embl/swissprot.rb 18 def initialize(str) 19 warn "Bio::SwissProt is deprecated. Use Bio::UniProtKB." 20 super(str) 21 end
Bio::SwissProt
is deprecated. Use Bio::UniProtKB
.
Calls superclass method