Class: Bio::Velvet::Graph::NodedRead

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-velvet/graph.rb

Overview

Tracked read, part of a node

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject

Returns the value of attribute direction.



579
580
581
# File 'lib/bio-velvet/graph.rb', line 579

def direction
  @direction
end

#offset_from_start_of_nodeObject

Returns the value of attribute offset_from_start_of_node.



579
580
581
# File 'lib/bio-velvet/graph.rb', line 579

def offset_from_start_of_node
  @offset_from_start_of_node
end

#read_idObject

Returns the value of attribute read_id.



579
580
581
# File 'lib/bio-velvet/graph.rb', line 579

def read_id
  @read_id
end

#start_coordObject

Returns the value of attribute start_coord.



579
580
581
# File 'lib/bio-velvet/graph.rb', line 579

def start_coord
  @start_coord
end