Class: Bio::AssemblyGraphAlgorithms::SingleCoherentPathsBetweenNodesFinder::ProblemSet

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

Overview

Like a Hash, but also contains a list of keys that end in the terminal node

Instance Attribute Summary collapse

Instance Attribute Details

#terminal_node_keysObject

Array of keys to this hash that end in the terminal onode



499
500
501
# File 'lib/assembly/single_coherent_paths_between_nodes.rb', line 499

def terminal_node_keys
  @terminal_node_keys
end