Class: GffHsp
- Inherits:
-
Object
- Object
- GffHsp
- Defined in:
- lib/gene_assembler/gff_hsp.rb
Instance Method Summary collapse
Instance Method Details
#report(hsp, parent, seqid, n, hit_type, source) ⇒ Object
2 3 4 5 |
# 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 |