class Bio::SwissProt

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

Public Class Methods

new(str) click to toggle source

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

Calls superclass method
   # 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