hyattpd / Prodigal

Prodigal Gene Prediction Software
GNU General Public License v3.0
441 stars 85 forks source link

tinf->rbs_wt hadn't been reset before used #78

Closed Hocnonsense closed 3 years ago

Hocnonsense commented 4 years ago

hi, i found that rbs_score(seq, rseq, slen, nodes, nn, &tinf); used the value of tinf->rbs_wt, but it hadn't been reset, until in train_starts_sd(seq, rseq, slen, nodes, nn, &tinf). Do i miss something important?

Thanks

Hocnonsense commented 4 years ago

Sorry i ignored the memset before. However, if(rwt[cur_val] < rwt[max_val]) continue; seems to be useless in shine_dalgarno_exact?