class GffHsp
Public Instance Methods
report(hsp,parent,seqid,n,hit_type,source)
click to toggle source
# File lib/gene_assembler/gff_hsp.rb, line 2 def report(hsp,parent,seqid,n,hit_type,source) text="#{seqid}\t#{source}\t#{hsp.type}\t#{hsp.q_beg}\t#{hsp.q_end}\t.\t+\t.\tParent=#{parent};Name=Hsp_#{n}" return text end