Class: Bio::AssemblyGraphAlgorithms::Fluffer::FlufferPathSet

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

Overview

Holds an array of paths, but also the fates of each of those paths - why were they halted?

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFlufferPathSet

Returns a new instance of FlufferPathSet.



26
27
28
# File 'lib/assembly/fluffer.rb', line 26

def initialize
  @fates = []
end

Instance Attribute Details

#fatesObject

Returns the value of attribute fates.



24
25
26
# File 'lib/assembly/fluffer.rb', line 24

def fates
  @fates
end