Class: HTS::Tabix

Inherits:
Object
  • Object
show all
Defined in:
lib/hts/tabix.rb

Instance Method Summary collapse

Constructor Details

#initializeTabix

Returns a new instance of Tabix.



11
12
13
14
15
16
17
18
19
20
# File 'lib/hts/tabix.rb', line 11

def initialize
  # IO like API
  if block_given?
    begin
      yield self
    ensure
      close
    end
  end
end

Instance Method Details

#buildObject



22
# File 'lib/hts/tabix.rb', line 22

def build; end

#sequencesObject



24
# File 'lib/hts/tabix.rb', line 24

def sequences; end