Class: Bio::AssemblyGraphAlgorithms::AllOrfsFinder::SearchResult

Inherits:
Object
  • Object
show all
Defined in:
lib/assembly/all_orfs.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSearchResult

Returns a new instance of SearchResult.



608
609
610
611
# File 'lib/assembly/all_orfs.rb', line 608

def initialize
  @start_markers = []
  @stop_markers = []
end

Instance Attribute Details

#start_markersObject

Returns the value of attribute start_markers.



606
607
608
# File 'lib/assembly/all_orfs.rb', line 606

def start_markers
  @start_markers
end

#stop_markersObject

Returns the value of attribute stop_markers.



606
607
608
# File 'lib/assembly/all_orfs.rb', line 606

def stop_markers
  @stop_markers
end