Method: Bio::Sim4::Report::SeqDesc#initialize

Defined in:
lib/bio/appl/sim4/report.rb

#initialize(seqid, seqdef, len, filename) ⇒ SeqDesc

Creates a new object. It is designed to be called internally from Bio::Sim4::Report object. Users shall not use it directly.



88
89
90
91
92
93
# File 'lib/bio/appl/sim4/report.rb', line 88

def initialize(seqid, seqdef, len, filename)
  @entry_id   = seqid
  @definition = seqdef
  @len        = len
  @filename   = filename
end