Method: Bio::EMBL#seq
- Defined in:
- lib/bio/db/embl/embl.rb
#seq ⇒ Object Also known as: naseq, ntseq
returns the nucleotie sequence in this entry.
-
Bio::EMBL#seq -> Bio::Sequence::NA
@orig as sequence bb Line; (blanks) sequence data (>=1)
446 447 448 |
# File 'lib/bio/db/embl/embl.rb', line 446 def seq Bio::Sequence::NA.new( fetch('').gsub(/ /,'').gsub(/\d+/,'') ) end |