Class: NumberedProbe
- Inherits:
-
Object
- Object
- NumberedProbe
- Defined in:
- lib/assembly/input_genome.rb
Instance Attribute Summary collapse
-
#contig ⇒ Object
Returns the value of attribute contig.
-
#number ⇒ Object
Returns the value of attribute number.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#side ⇒ Object
Returns the value of attribute side.
Instance Method Summary collapse
Instance Attribute Details
#contig ⇒ Object
Returns the value of attribute contig.
177 178 179 |
# File 'lib/assembly/input_genome.rb', line 177 def contig @contig end |
#number ⇒ Object
Returns the value of attribute number.
177 178 179 |
# File 'lib/assembly/input_genome.rb', line 177 def number @number end |
#sequence ⇒ Object
Returns the value of attribute sequence.
177 178 179 |
# File 'lib/assembly/input_genome.rb', line 177 def sequence @sequence end |
#side ⇒ Object
Returns the value of attribute side.
177 178 179 |
# File 'lib/assembly/input_genome.rb', line 177 def side @side end |
Instance Method Details
#index ⇒ Object
179 180 181 |
# File 'lib/assembly/input_genome.rb', line 179 def index @number - 1 end |