Class: ExoBlastQuery

Inherits:
BlastQuery
  • Object
show all
Defined in:
lib/gene_assembler/exonerate_result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_frameshiftObject

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_frameshiftObject

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