Class: Bio::Assembly::Caf::Read
Instance Attribute Summary collapse
-
#quality ⇒ Object
Returns the value of attribute quality.
Attributes inherited from Read
#clear_range_from, #clear_range_to, #from, #name, #orientation, #seq, #to
Method Summary
Methods inherited from Read
#<=>, #==, #initialize, #num_bases
Constructor Details
This class inherits a constructor from Bio::Assembly::Read
Instance Attribute Details
#quality ⇒ Object
Returns the value of attribute quality.
35 36 37 |
# File 'lib/bio-assembly/caf.rb', line 35 def quality @quality end |