Class: Bio::Tabix::Binding::ConfT

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/bio/tabix/binding.rb

Overview

Index configuration used by ti_index_build2

Instance Method Summary collapse

Instance Method Details

#get_hashObject

convenience method to access attributes



76
77
78
79
80
81
82
83
84
85
# File 'lib/bio/tabix/binding.rb', line 76

def get_hash
  {
    :preset => self[:preset],
    :sc => self[:sc],
    :bc => self[:bc],
    :ec => self[:ec],
    :meta_char => self[:meta_char],
    :line_skip => self[:line_skip]
  }
end