Class: Bio::Assembly::ABVisualiser::SimplifiedGraph

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

Defined Under Namespace

Classes: Path

Class Method Summary collapse

Class Method Details

.create_from_velvet_graph(graph) ⇒ Object



154
155
156
157
158
159
160
161
# File 'lib/assembly/a_b_visualiser.rb', line 154

def self.create_from_velvet_graph(graph)
  nodes_incorporated = 0

  # While there is more of the graph to incorporate
  while nodes_incorporated < graph.nodes.length
    raise "not implemented"
  end
end