Class: Bio::FinishM::Explorer::InterestingPlace

Inherits:
Object
  • Object
show all
Defined in:
lib/finishm/explore.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#contig_nameObject

Returns the value of attribute contig_name.



5
6
7
# File 'lib/finishm/explore.rb', line 5

def contig_name
  @contig_name
end

#start_or_endObject

Returns the value of attribute start_or_end.



5
6
7
# File 'lib/finishm/explore.rb', line 5

def start_or_end
  @start_or_end
end

Instance Method Details

#to_sObject



7
8
9
# File 'lib/finishm/explore.rb', line 7

def to_s
  "#{@contig_name}:#{@start_or_end}"
end