Class: Bio::Ucsc::File::Twobit::TwoBitRecord
- Inherits:
-
Struct
- Object
- Struct
- Bio::Ucsc::File::Twobit::TwoBitRecord
- Defined in:
- lib/bio-ucsc/file/twobit.rb
Instance Attribute Summary collapse
-
#dna_size ⇒ Object
Returns the value of attribute dna_size.
-
#mask_block_intervals ⇒ Object
Returns the value of attribute mask_block_intervals.
-
#n_block_intervals ⇒ Object
Returns the value of attribute n_block_intervals.
-
#packed_dna_offset ⇒ Object
Returns the value of attribute packed_dna_offset.
-
#reserved ⇒ Object
Returns the value of attribute reserved.
Instance Attribute Details
#dna_size ⇒ Object
Returns the value of attribute dna_size
15 16 17 |
# File 'lib/bio-ucsc/file/twobit.rb', line 15 def dna_size @dna_size end |
#mask_block_intervals ⇒ Object
Returns the value of attribute mask_block_intervals
15 16 17 |
# File 'lib/bio-ucsc/file/twobit.rb', line 15 def mask_block_intervals @mask_block_intervals end |
#n_block_intervals ⇒ Object
Returns the value of attribute n_block_intervals
15 16 17 |
# File 'lib/bio-ucsc/file/twobit.rb', line 15 def n_block_intervals @n_block_intervals end |
#packed_dna_offset ⇒ Object
Returns the value of attribute packed_dna_offset
15 16 17 |
# File 'lib/bio-ucsc/file/twobit.rb', line 15 def packed_dna_offset @packed_dna_offset end |
#reserved ⇒ Object
Returns the value of attribute reserved
15 16 17 |
# File 'lib/bio-ucsc/file/twobit.rb', line 15 def reserved @reserved end |