Class: ExoBlastQuery
- Inherits:
-
BlastQuery
- Object
- BlastQuery
- ExoBlastQuery
- Defined in:
- lib/gene_assembler/exonerate_result.rb
Instance Attribute Summary collapse
-
#q_frameshift ⇒ Object
Returns the value of attribute q_frameshift.
-
#s_frameshift ⇒ Object
Returns the value of attribute s_frameshift.
Instance Method Summary collapse
-
#initialize(query_id) ⇒ ExoBlastQuery
constructor
A new instance of ExoBlastQuery.
Constructor Details
#initialize(query_id) ⇒ ExoBlastQuery
Returns a new instance of ExoBlastQuery.
28 29 30 31 32 |
# File 'lib/gene_assembler/exonerate_result.rb', line 28 def initialize(query_id) super(query_id) @s_frameshift=[] @q_frameshift=[] end |
Instance Attribute Details
#q_frameshift ⇒ Object
Returns the value of attribute q_frameshift.
27 28 29 |
# File 'lib/gene_assembler/exonerate_result.rb', line 27 def q_frameshift @q_frameshift end |
#s_frameshift ⇒ Object
Returns the value of attribute s_frameshift.
27 28 29 |
# File 'lib/gene_assembler/exonerate_result.rb', line 27 def s_frameshift @s_frameshift end |