Class: Bio::AssemblyGraphAlgorithms::Fluffer::FlufferHalfResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFlufferHalfResult

Returns a new instance of FlufferHalfResult.



16
17
18
19
# File 'lib/assembly/fluffer.rb', line 16

def initialize
  @golden_paths = []
  @golden_path_fragments = []
end

Instance Attribute Details

#golden_path_fatesObject

Returns the value of attribute golden_path_fates.



14
15
16
# File 'lib/assembly/fluffer.rb', line 14

def golden_path_fates
  @golden_path_fates
end

#golden_path_fragmentsObject

Returns the value of attribute golden_path_fragments.



14
15
16
# File 'lib/assembly/fluffer.rb', line 14

def golden_path_fragments
  @golden_path_fragments
end

#golden_pathsObject

Returns the value of attribute golden_paths.



14
15
16
# File 'lib/assembly/fluffer.rb', line 14

def golden_paths
  @golden_paths
end