35 36 37 38
# File 'lib/bio/io/das.rb', line 35 def dna(dsn, entry_point, start, stop) seg = Bio::DAS::SEGMENT.region(entry_point, start, stop) self.get_dna(dsn, seg).first.sequence end