class Bio::TrEMBL

Bio::TrEMBL is deprecated. Use Bio::UniProtKB.

Public Class Methods

new(str) click to toggle source

Bio::TrEMBL is deprecated. Use Bio::UniProtKB.

Calls superclass method
   # File lib/bio/db/embl/trembl.rb
18 def initialize(str)
19   warn "Bio::TrEMBL is deprecated. Use Bio::UniProtKB."
20   super(str)
21 end