Class: Bio::DB::Faidx::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-faidx/faidx.rb,
lib/bio-faidx/faidx.rb

Overview

class Faidx

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length.



8
9
10
# File 'lib/bio-faidx/faidx.rb', line 8

def length
  @length
end

#linebasesObject

Returns the value of attribute linebases.



8
9
10
# File 'lib/bio-faidx/faidx.rb', line 8

def linebases
  @linebases
end

#linewidthObject

Returns the value of attribute linewidth.



8
9
10
# File 'lib/bio-faidx/faidx.rb', line 8

def linewidth
  @linewidth
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/bio-faidx/faidx.rb', line 8

def name
  @name
end

#offsetObject

Returns the value of attribute offset.



8
9
10
# File 'lib/bio-faidx/faidx.rb', line 8

def offset
  @offset
end