class GffStop

Public Instance Methods

report(stop,parent,seqid) click to toggle source
# 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