Last Modified
2013-08-05 05:59:24 +0000
Requires
  • date
  • bio/db
  • bio/db/embl/common
  • bio/compat/features
  • bio/compat/references
  • bio/sequence
  • bio/sequence/dblink

Description

bio/db/embl/embl.rb - EMBL database class

Copyright

Copyright (C) 2001-2007 Mitsuteru C. Nakao <n@bioruby.org> Jan Aerts <jan.aerts@bbsrc.ac.uk>

License

The Ruby License

$Id: embl.rb,v 1.29.2.7 2008/06/17 16:04:36 ngoto Exp $

Description

Parser class for EMBL database entry.

Examples

emb = Bio::EMBL.new($<.read)
emb.entry_id
emb.each_cds do |cds|
  cds # A CDS in feature table.
end
emb.seq #=> "ACGT..."

References