Class: HTS::Tabix
- Inherits:
-
Object
- Object
- HTS::Tabix
- Defined in:
- lib/hts/tabix.rb
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize ⇒ Tabix
constructor
A new instance of Tabix.
- #sequences ⇒ Object
Constructor Details
#initialize ⇒ Tabix
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
#build ⇒ Object
22 |
# File 'lib/hts/tabix.rb', line 22 def build; end |
#sequences ⇒ Object
24 |
# File 'lib/hts/tabix.rb', line 24 def sequences; end |