| Path: | lib/bio/db/embl/embl.rb |
| Last Update: | 2009-09-01 23:03:43 +0900 |
| Copyright: | Copyright (C) 2001-2007 Mitsuteru C. Nakao |
| License: | The Ruby License |
$Id: embl.rb,v 1.29.2.7 2008/06/17 16:04:36 ngoto Exp $
Parser class for EMBL database entry.
emb = Bio::EMBL.new($<.read)
emb.entry_id
emb.each_cds do |cds|
cds # A CDS in feature table.
end
emb.seq #=> "ACGT..."