Class: GffStop

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

Instance Method Summary collapse

Instance Method Details

#report(stop, parent, seqid) ⇒ Object



2
3
4
5
# File 'lib/gene_assembler/gff_stop.rb', line 2

def report(stop,parent,seqid)
	stop_text="#{seqid}\tunknown\tstop_gained\t#{stop}\t#{stop+2}\t.\t+\t.\tParent=#{parent}"
	return stop_text
end